*Add* the new dep to the NixOS packaging too

This commit is contained in:
Jean-Paul Calderone 2020-10-23 09:36:26 -04:00
parent e170d8b881
commit 682e91382f

View File

@ -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
];