3
0
Fork 0
forked from mirrors/nixpkgs

python.pkgs.powerline: remove vcs clients from propagatedBuildInputs

This commit is contained in:
Frederik Rietdijk 2017-10-19 14:57:19 +02:00
parent c8a7124c24
commit 5c11622348

View file

@ -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}";
@ -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;