summary refs log tree commit diff
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2018-10-14 15:18:48 +0200
committerSilvan Mosberger <infinisil@icloud.com>2018-10-14 15:19:04 +0200
commitfd6d6d987094597fc7ede6fbc67a90c220dfa76c (patch)
tree61304da0f044159c34d2653748ef39f60938e116
parentc81ca5491fc97bd76b4c1561b98a338dc71c933d (diff)
downloadnixlib-fd6d6d987094597fc7ede6fbc67a90c220dfa76c.tar
nixlib-fd6d6d987094597fc7ede6fbc67a90c220dfa76c.tar.gz
nixlib-fd6d6d987094597fc7ede6fbc67a90c220dfa76c.tar.bz2
nixlib-fd6d6d987094597fc7ede6fbc67a90c220dfa76c.tar.lz
nixlib-fd6d6d987094597fc7ede6fbc67a90c220dfa76c.tar.xz
nixlib-fd6d6d987094597fc7ede6fbc67a90c220dfa76c.tar.zst
nixlib-fd6d6d987094597fc7ede6fbc67a90c220dfa76c.zip
tribler: Fix startup
The python component of libtorrentRasterbar seems to now be in pythonPackages
-rw-r--r--pkgs/applications/networking/p2p/tribler/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/tribler/default.nix b/pkgs/applications/networking/p2p/tribler/default.nix
index 1169dba188cd..77ca7afe871e 100644
--- a/pkgs/applications/networking/p2p/tribler/default.nix
+++ b/pkgs/applications/networking/p2p/tribler/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pythonPackages, makeWrapper, libtorrentRasterbar, imagemagick
+{ stdenv, fetchurl, pythonPackages, makeWrapper, imagemagick
 , enablePlayer ? true, vlc ? null, qt5 }:
 
 stdenv.mkDerivation rec {
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   ];
 
   pythonPath = [
-    libtorrentRasterbar
+    pythonPackages.libtorrentRasterbar
     pythonPackages.apsw
     pythonPackages.twisted
     pythonPackages.netifaces