qutebrowser: pin to python311

This pins qutebrowser to python311 while we are waiting for the upstream
to get rid of the distutils dependency which was removed in python312.
This commit is contained in:
Azat Bahawi
2024-07-09 10:26:51 +03:00
parent 5fbd57aebc
commit 649e98cfc7
+2
View File
@@ -33695,10 +33695,12 @@ with pkgs;
qutebrowser = callPackage ../applications/networking/browsers/qutebrowser {
inherit (__splicedPackages.qt6Packages) qtbase qtwebengine wrapQtAppsHook qtwayland;
python3 = python311;
};
qutebrowser-qt5 = callPackage ../applications/networking/browsers/qutebrowser {
inherit (__splicedPackages.libsForQt5) qtbase qtwebengine wrapQtAppsHook qtwayland;
python3 = python311;
};
qxw = callPackage ../applications/editors/qxw { };