python.pkgs.freezegun: use correct inputs
This commit is contained in:
parent
ee38a0d183
commit
26626ac9f0
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ dateutil six ];
|
propagatedBuildInputs = [ dateutil six ];
|
||||||
buildInputs = [ mock nose ];
|
checkInputs = [ mock nose ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "FreezeGun: Let your Python tests travel through time";
|
description = "FreezeGun: Let your Python tests travel through time";
|
||||||
|
|
Loading…
Reference in New Issue