Merge pull request #58429 from xeji/p/nevow
python2Packages.nevow, tahoe-lafs: fix build
This commit is contained in:
commit
ef6a1b7f46
@ -12,6 +12,8 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ twisted ];
|
||||
|
||||
checkInputs = [ twisted ];
|
||||
|
||||
checkPhase = ''
|
||||
trial formless nevow
|
||||
'';
|
||||
|
@ -59,7 +59,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
service-identity pyyaml magic-wormhole treq
|
||||
];
|
||||
|
||||
checkInputs = with pythonPackages; [ hypothesis ];
|
||||
checkInputs = with pythonPackages; [ hypothesis twisted ];
|
||||
|
||||
# Install the documentation.
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user