Merge pull request #204017 from thiagokokada/libtorrent-rasterbar-make-python3-default
This commit is contained in:
commit
f2f2a140ad
2 changed files with 3 additions and 4 deletions
|
@ -8,8 +8,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
libtorrent = (python3.pkgs.toPythonModule (
|
libtorrent = (python3.pkgs.toPythonModule (libtorrent-rasterbar-1_2_x)).python;
|
||||||
libtorrent-rasterbar-1_2_x.override { python = python3; })).python;
|
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tribler";
|
pname = "tribler";
|
||||||
|
|
|
@ -6249,7 +6249,7 @@ with pkgs;
|
||||||
ddrutility = callPackage ../tools/system/ddrutility { };
|
ddrutility = callPackage ../tools/system/ddrutility { };
|
||||||
|
|
||||||
inherit (callPackages ../applications/networking/p2p/deluge {
|
inherit (callPackages ../applications/networking/p2p/deluge {
|
||||||
libtorrent-rasterbar = libtorrent-rasterbar-1_2_x.override { python = python3; };
|
libtorrent-rasterbar = libtorrent-rasterbar-1_2_x;
|
||||||
})
|
})
|
||||||
deluge-gtk
|
deluge-gtk
|
||||||
deluged
|
deluged
|
||||||
|
@ -21103,7 +21103,7 @@ with pkgs;
|
||||||
|
|
||||||
libtorrent-rasterbar-1_2_x = callPackage ../development/libraries/libtorrent-rasterbar/1.2.nix {
|
libtorrent-rasterbar-1_2_x = callPackage ../development/libraries/libtorrent-rasterbar/1.2.nix {
|
||||||
inherit (darwin.apple_sdk.frameworks) SystemConfiguration;
|
inherit (darwin.apple_sdk.frameworks) SystemConfiguration;
|
||||||
python = python2;
|
python = python3;
|
||||||
};
|
};
|
||||||
|
|
||||||
libtorrent-rasterbar = libtorrent-rasterbar-2_0_x;
|
libtorrent-rasterbar = libtorrent-rasterbar-2_0_x;
|
||||||
|
|
Loading…
Reference in a new issue