about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/deluge
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2019-09-11 09:06:35 +0200
committerPierre Bourdon <delroth@gmail.com>2019-09-11 09:07:46 +0200
commit50956385ff6fe8f71aa3f9da276b85482b60ec0b (patch)
tree7205927548e4a3c788864ae75a82aa8e1aa22bbc /pkgs/applications/networking/p2p/deluge
parent87b22ea005cbc851ed58c3ef501dc0d746b891d0 (diff)
deluge: add missing setuptools dependency
Latest staging merge broke nixos/tests/deluge.nix showing an ImportError
for "pkg_resources": https://nix-cache.s3.amazonaws.com/log/h8qzkcjldal5j1925g0r04ncl5afjjnp-vm-test-run-deluge.drv
Diffstat (limited to 'pkgs/applications/networking/p2p/deluge')
-rw-r--r--pkgs/applications/networking/p2p/deluge/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/deluge/default.nix b/pkgs/applications/networking/p2p/deluge/default.nix
index 6e3b8a7293e09..63218f1c2ffc8 100644
--- a/pkgs/applications/networking/p2p/deluge/default.nix
+++ b/pkgs/applications/networking/p2p/deluge/default.nix
@@ -19,7 +19,7 @@ pythonPackages.buildPythonPackage rec {
 
   propagatedBuildInputs = with pythonPackages; [
     pyGtkGlade twisted Mako chardet pyxdg pyopenssl service-identity
-    libtorrentRasterbar.dev libtorrentRasterbar.python
+    libtorrentRasterbar.dev libtorrentRasterbar.python setuptools
   ];
 
   nativeBuildInputs = [ intltool ];