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