tribler: fix runtime failure

This commit is contained in:
éclairevoyant 2024-07-07 12:02:07 -04:00
parent 468dcdde22
commit 8d7f6c2e71
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

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
]);