python.pkgs.kajiki: fix tests
This commit is contained in:
parent
31682848cb
commit
eea4ff895d
@ -4,6 +4,7 @@
|
|||||||
, Babel
|
, Babel
|
||||||
, pytz
|
, pytz
|
||||||
, nine
|
, nine
|
||||||
|
, nose
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -16,6 +17,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ Babel pytz nine ];
|
propagatedBuildInputs = [ Babel pytz nine ];
|
||||||
|
checkInputs = [ nose ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Kajiki provides fast well-formed XML templates";
|
description = "Kajiki provides fast well-formed XML templates";
|
||||||
|
Loading…
Reference in New Issue
Block a user