Loading pkgs/by-name/tr/tribler/package.nix +7 −2 Original line number Diff line number Diff line Loading @@ -8,11 +8,16 @@ libtorrent-rasterbar-1_2_x, qt5, nix-update-script, boost186, }: let # libtorrent-rasterbar-1_2_x requires python311 python3 = python311; # libtorrent-rasterbar-1_2_x requires python311 and boost 1.86 python3 = python311.override { packageOverrides = final: prev: { boost = boost186; }; }; libtorrent = (python3.pkgs.toPythonModule (libtorrent-rasterbar-1_2_x)).python; in stdenv.mkDerivation (finalAttrs: { Loading Loading
pkgs/by-name/tr/tribler/package.nix +7 −2 Original line number Diff line number Diff line Loading @@ -8,11 +8,16 @@ libtorrent-rasterbar-1_2_x, qt5, nix-update-script, boost186, }: let # libtorrent-rasterbar-1_2_x requires python311 python3 = python311; # libtorrent-rasterbar-1_2_x requires python311 and boost 1.86 python3 = python311.override { packageOverrides = final: prev: { boost = boost186; }; }; libtorrent = (python3.pkgs.toPythonModule (libtorrent-rasterbar-1_2_x)).python; in stdenv.mkDerivation (finalAttrs: { Loading