tahoelafs: mock is required at runtime for some reason

wip/yesman
Nathan Zadoks 9 years ago committed by Lluís Batlle i Rossell
parent c5497a7608
commit 0fda4ff715
  1. 4
      pkgs/tools/networking/p2p/tahoe-lafs/default.nix

@ -32,12 +32,12 @@ buildPythonPackage rec {
'';
# Some tests want this + http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/mock-0.6.0.tar.bz2
buildInputs = [ unzip numpy mock ];
buildInputs = [ unzip numpy ];
# The `backup' command requires `sqlite3'.
propagatedBuildInputs =
[ twisted foolscap nevow simplejson zfec pycryptopp sqlite3
darcsver setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface
darcsver setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface mock
];
postInstall = ''

Loading…
Cancel
Save