python.pkgs.kajiki: fix tests

This commit is contained in:
Jörg Thalheim 2019-01-02 19:34:32 +01:00
parent 31682848cb
commit eea4ff895d
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -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";