Skip to content

Commit

Permalink
python2Packages.nevow: fix build
Browse files Browse the repository at this point in the history
(cherry picked from commit 128e6c5)
  • Loading branch information
xeji authored and Robert Schütz committed Mar 28, 2019
1 parent 2755e61 commit f7ef8ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/nevow/default.nix
Expand Up @@ -12,6 +12,8 @@ buildPythonPackage rec {

propagatedBuildInputs = [ twisted ];

checkInputs = [ twisted ];

checkPhase = ''
trial formless nevow
'';
Expand Down

0 comments on commit f7ef8ac

Please sign in to comment.