Skip to content

Commit

Permalink
python.pkgs.powerline: remove vcs clients from propagatedBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Oct 19, 2017
1 parent c8a7124 commit 5c11622
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/powerline/default.nix
Expand Up @@ -8,6 +8,9 @@
, pygit2
}:

# The source of this package needs to be patched to include the full path to
# the executables of git, mercurial and bazaar.

buildPythonPackage rec {
rev = "2.6";
name = "powerline-${rev}";
Expand All @@ -17,7 +20,7 @@ buildPythonPackage rec {
sha256 = "c108f11fe10dc910febb94b87d3abded85d4363fb950366a9e30282b9ba7c272";
};

propagatedBuildInputs = [ git mercurial bazaar psutil pygit2];
propagatedBuildInputs = [ psutil pygit2];

# error: This is still beta and some tests still fail
doCheck = false;
Expand Down

0 comments on commit 5c11622

Please sign in to comment.