python.pkgs.pecan: fix build

This commit is contained in:
Jörg Thalheim 2019-01-02 19:40:35 +01:00
parent 31a77f4331
commit 17ef8c1c85
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -12,6 +12,7 @@
, gunicorn
, jinja2
, virtualenv
, mock
}:
buildPythonPackage rec {
@ -28,6 +29,8 @@ buildPythonPackage rec {
webtest Mako genshi Kajiki sqlalchemy gunicorn jinja2 virtualenv
];
checkInputs = [ mock ];
meta = with stdenv.lib; {
description = "Pecan";
homepage = "https://github.com/pecan/pecan";