python2Packages.nevow: fix build

This commit is contained in:
Uli Baum 2019-03-27 11:58:21 +01:00
parent 7205c1ee3e
commit 128e6c560e

View file

@ -12,6 +12,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ twisted ];
checkInputs = [ twisted ];
checkPhase = ''
trial formless nevow
'';