forked from mirrors/nixpkgs
tahoe-lafs: fix build
This commit is contained in:
parent
128e6c560e
commit
ea5f0983e7
|
@ -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 a new issue