nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pytimeparse: use checkInputs

authored by

mupdt and committed by
Frederik Rietdijk
f70a5489 fd70180e

+1 -1
+1 -1
pkgs/development/python-modules/pytimeparse/default.nix
··· 9 9 sha256 = "e86136477be924d7e670646a98561957e8ca7308d44841e21f5ddea757556a0a"; 10 10 }; 11 11 12 - propagatedBuildInputs = [ nose ]; 12 + checkInputs = [ nose ]; 13 13 14 14 meta = with stdenv.lib; { 15 15 description = "A small Python library to parse various kinds of time expressions";