s/propogatedBuildInputs/propagatedBuildInputs

This commit is contained in:
Maximilian Bosch 2018-11-11 04:35:28 +01:00 committed by Frederik Rietdijk
parent 0a82eb4377
commit 3c4f70996e

View File

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