3
0
Fork 0
forked from mirrors/nixpkgs

tahoe-lafs: fix build

This commit is contained in:
Uli Baum 2019-03-27 21:13:14 +01:00
parent 128e6c560e
commit ea5f0983e7

View file

@ -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 = ''