Skip to content

Commit

Permalink
python3Packages.pytimeparse: use checkInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mupdt authored and FRidh committed Jul 9, 2020
1 parent fd70180 commit f70a548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pytimeparse/default.nix
Expand Up @@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "e86136477be924d7e670646a98561957e8ca7308d44841e21f5ddea757556a0a";
};

propagatedBuildInputs = [ nose ];
checkInputs = [ nose ];

meta = with stdenv.lib; {
description = "A small Python library to parse various kinds of time expressions";
Expand Down

0 comments on commit f70a548

Please sign in to comment.