about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/deluge
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2018-08-06 17:47:42 -0500
committerAustin Seipp <aseipp@pobox.com>2018-08-07 18:40:39 -0500
commitd3b51ab973a1e0d30b396c9ca875a68f67a1f44f (patch)
tree84277045d67dd26757e7c221a82ef3b619ce8b43 /pkgs/applications/networking/p2p/deluge
parentfbb60556f8d831b00966129cda31fba032cfc2df (diff)
downloadnixlib-d3b51ab973a1e0d30b396c9ca875a68f67a1f44f.tar
nixlib-d3b51ab973a1e0d30b396c9ca875a68f67a1f44f.tar.gz
nixlib-d3b51ab973a1e0d30b396c9ca875a68f67a1f44f.tar.bz2
nixlib-d3b51ab973a1e0d30b396c9ca875a68f67a1f44f.tar.lz
nixlib-d3b51ab973a1e0d30b396c9ca875a68f67a1f44f.tar.xz
nixlib-d3b51ab973a1e0d30b396c9ca875a68f67a1f44f.tar.zst
nixlib-d3b51ab973a1e0d30b396c9ca875a68f67a1f44f.zip
libtorrentRasterbar: multi outputs, install python2/3 bindings
Also fixes the Deluge build, which relied on .out and .python
being the same.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/applications/networking/p2p/deluge')
-rw-r--r--pkgs/applications/networking/p2p/deluge/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/deluge/default.nix b/pkgs/applications/networking/p2p/deluge/default.nix
index ca4014ed31c3..f58f7e04e00b 100644
--- a/pkgs/applications/networking/p2p/deluge/default.nix
+++ b/pkgs/applications/networking/p2p/deluge/default.nix
@@ -18,7 +18,8 @@ pythonPackages.buildPythonPackage rec {
   ];
 
   propagatedBuildInputs = with pythonPackages; [
-    pyGtkGlade libtorrentRasterbar twisted Mako chardet pyxdg pyopenssl service-identity
+    pyGtkGlade twisted Mako chardet pyxdg pyopenssl service-identity
+    libtorrentRasterbar.dev libtorrentRasterbar.python
   ];
 
   nativeBuildInputs = [ intltool ];