mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python3Packages.pytimeparse: use checkInputs
This commit is contained in:
parent
fd70180e45
commit
f70a54893e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user