Merge pull request #58429 from xeji/p/nevow

python2Packages.nevow, tahoe-lafs: fix build
This commit is contained in:
Robert Schütz
2019-03-28 13:50:17 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
@@ -12,6 +12,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ twisted ]; propagatedBuildInputs = [ twisted ];
checkInputs = [ twisted ];
checkPhase = '' checkPhase = ''
trial formless nevow trial formless nevow
''; '';
@@ -59,7 +59,7 @@ pythonPackages.buildPythonApplication rec {
service-identity pyyaml magic-wormhole treq service-identity pyyaml magic-wormhole treq
]; ];
checkInputs = with pythonPackages; [ hypothesis ]; checkInputs = with pythonPackages; [ hypothesis twisted ];
# Install the documentation. # Install the documentation.
postInstall = '' postInstall = ''