tahoe-lafs: Fix build

wip/yesman
Silvan Mosberger 5 years ago
parent 7adcf79ccb
commit 16a2f5a346
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7
  1. 2
      pkgs/tools/networking/p2p/tahoe-lafs/default.nix

@ -54,7 +54,7 @@ pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [
twisted foolscap nevow simplejson zfec pycryptopp darcsver
setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface
service-identity pyyaml magic-wormhole treq
service-identity pyyaml magic-wormhole treq characteristic
];
checkInputs = with pythonPackages; [ mock hypothesis twisted ];

Loading…
Cancel
Save