From 682e91382fda7c9416c9c374b46bd81934d84439 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 23 Oct 2020 09:36:26 -0400 Subject: [PATCH] *Add* the new dep to the NixOS packaging too --- nix/tahoe-lafs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/tahoe-lafs.nix b/nix/tahoe-lafs.nix index 302e1ff84..a862781cf 100644 --- a/nix/tahoe-lafs.nix +++ b/nix/tahoe-lafs.nix @@ -3,7 +3,7 @@ , twisted, foolscap, zfec , setuptools, setuptoolsTrial, pyasn1, zope_interface , service-identity, pyyaml, magic-wormhole, treq, appdirs -, beautifulsoup4, eliot, autobahn, cryptography +, beautifulsoup4, eliot, autobahn, cryptography, netifaces , html5lib, pyutil, distro }: python.pkgs.buildPythonPackage rec { @@ -45,7 +45,7 @@ python.pkgs.buildPythonPackage rec { twisted foolscap zfec appdirs setuptoolsTrial pyasn1 zope_interface service-identity pyyaml magic-wormhole treq - eliot autobahn cryptography setuptools + eliot autobahn cryptography netifaces setuptools future pyutil distro ];