pythonPackages.Kajiki: fix build
This commit is contained in:
parent
c7e1ded6c5
commit
9b4dbaa7be
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue