python.pkgs.pecan: fix build
This commit is contained in:
parent
31a77f4331
commit
17ef8c1c85
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue