s/propogatedBuildInputs/propagatedBuildInputs
This commit is contained in:
parent
0a82eb4377
commit
3c4f70996e
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
|
||||
};
|
||||
|
||||
propogatedBuildInputs = [ six enum34 ];
|
||||
propagatedBuildInputs = [ six enum34 ];
|
||||
|
||||
# PyPI archive does not ship with tests
|
||||
doCheck= false;
|
||||
|
Loading…
Reference in New Issue
Block a user