Merge pull request #325773 from azahi/qutebrowser-distutils

This commit is contained in:
Sandro 2024-07-10 14:40:22 +02:00 committed by GitHub
commit 50dc918cfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33672,10 +33672,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 { };