tribler: Fix startup
The python component of libtorrentRasterbar seems to now be in pythonPackages
This commit is contained in:
parent
c81ca5491f
commit
fd6d6d9870
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user