1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 08:31:59 +00:00

change to propogatedBuildInputs

This commit is contained in:
Jethro Kuan 2018-11-11 10:36:39 +08:00 committed by Frederik Rietdijk
parent 3723b2d8ab
commit 0a82eb4377

View file

@ -15,7 +15,7 @@ buildPythonPackage rec {
};
buildInputs = [ six enum34 ];
propogatedBuildInputs = [ six enum34 ];
# PyPI archive does not ship with tests
doCheck= false;