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:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user