python.pkgs.kajiki: fix tests

This commit is contained in:
Jörg Thalheim
2019-01-03 22:06:46 +01:00
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";