diff --git a/nix/tahoe-lafs.nix b/nix/tahoe-lafs.nix index c67f0cd2c..cc0eea479 100644 --- a/nix/tahoe-lafs.nix +++ b/nix/tahoe-lafs.nix @@ -41,6 +41,10 @@ python.pkgs.buildPythonPackage rec { ''; + propagatedNativeBuildInputs = [ + nettools + ]; + propagatedBuildInputs = with python.pkgs; [ twisted foolscap nevow zfec appdirs setuptoolsTrial pyasn1 zope_interface @@ -54,7 +58,6 @@ python.pkgs.buildPythonPackage rec { fixtures beautifulsoup4 html5lib - nettools ]; checkPhase = ''