mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 22:20:30 +03: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 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue