change to propogatedBuildInputs
This commit is contained in:
committed by
Frederik Rietdijk
parent
3723b2d8ab
commit
0a82eb4377
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
|
||||
};
|
||||
|
||||
buildInputs = [ six enum34 ];
|
||||
propogatedBuildInputs = [ six enum34 ];
|
||||
|
||||
# PyPI archive does not ship with tests
|
||||
doCheck= false;
|
||||
|
||||
Reference in New Issue
Block a user