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 ];
|
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 = ''
|
||||||
|
|
Loading…
Reference in New Issue