pythonPackages.Kajiki: fix build

This commit is contained in:
Robert Schütz
2021-06-22 13:42:55 +02:00
committed by Martin Weinelt
parent c7e1ded6c5
commit 9b4dbaa7be
@@ -4,11 +4,11 @@
, Babel
, pytz
, nine
, nose
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "Kajiki";
pname = "kajiki";
version = "0.8.3";
src = fetchPypi {
@@ -17,7 +17,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [ Babel pytz nine ];
checkInputs = [ nose ];
checkInputs = [ pytestCheckHook ];
meta = with lib; {
description = "Kajiki provides fast well-formed XML templates";