python.pkgs.freezegun: use correct inputs

This commit is contained in:
Frederik Rietdijk 2019-02-14 09:19:57 +01:00
parent ee38a0d183
commit 26626ac9f0

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [ dateutil six ];
buildInputs = [ mock nose ];
checkInputs = [ mock nose ];
meta = with stdenv.lib; {
description = "FreezeGun: Let your Python tests travel through time";