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

pythonPackages.Kajiki: fix build

authored by

Robert Schütz and committed by
Martin Weinelt
9b4dbaa7 c7e1ded6

+3 -3
+3 -3
pkgs/development/python-modules/kajiki/default.nix
··· 4 4 , Babel 5 5 , pytz 6 6 , nine 7 - , nose 7 + , pytestCheckHook 8 8 }: 9 9 10 10 buildPythonPackage rec { 11 - pname = "Kajiki"; 11 + pname = "kajiki"; 12 12 version = "0.8.3"; 13 13 14 14 src = fetchPypi { ··· 17 17 }; 18 18 19 19 propagatedBuildInputs = [ Babel pytz nine ]; 20 - checkInputs = [ nose ]; 20 + checkInputs = [ pytestCheckHook ]; 21 21 22 22 meta = with lib; { 23 23 description = "Kajiki provides fast well-formed XML templates";