mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-16 11:31:07 +00:00
change to propogatedBuildInputs
This commit is contained in:
parent
3723b2d8ab
commit
0a82eb4377
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||
|
||||
};
|
||||
|
||||
buildInputs = [ six enum34 ];
|
||||
propogatedBuildInputs = [ six enum34 ];
|
||||
|
||||
# PyPI archive does not ship with tests
|
||||
doCheck= false;
|
||||
|
|
Loading…
Add table
Reference in a new issue