tribler: fix runtime failure

This commit is contained in:
éclairevoyant
2024-07-10 22:26:44 -04:00
parent 468dcdde22
commit 8d7f6c2e71
+4 -2
View File
@@ -3,7 +3,7 @@
stdenv,
fetchurl,
fetchPypi,
python3,
python311,
makeWrapper,
libtorrent-rasterbar-1_2_x,
qt5,
@@ -11,6 +11,8 @@
}:
let
# libtorrent-rasterbar-1_2_x requires python311
python3 = python311;
libtorrent = (python3.pkgs.toPythonModule (libtorrent-rasterbar-1_2_x)).python;
in
stdenv.mkDerivation (finalAttrs: {
@@ -75,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
# requirements.txt
pillow
pyqt5
#pyqt5-sip
pyqt5-sip
pyqtgraph
pyqtwebengine
]);