mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
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 }:
|
, enablePlayer ? true, vlc ? null, qt5 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
pythonPath = [
|
pythonPath = [
|
||||||
libtorrentRasterbar
|
pythonPackages.libtorrentRasterbar
|
||||||
pythonPackages.apsw
|
pythonPackages.apsw
|
||||||
pythonPackages.twisted
|
pythonPackages.twisted
|
||||||
pythonPackages.netifaces
|
pythonPackages.netifaces
|
||||||
|
Loading…
Reference in New Issue
Block a user