qutebrowser: use spliced qt6Packages

This commit is contained in:
Robert Schütz
2023-11-21 01:31:58 +02:00
committed by Artturin
parent d248a1e7f7
commit 4bd758c963
+1 -1
View File
@@ -35044,7 +35044,7 @@ with pkgs;
};
qutebrowser = callPackage ../applications/networking/browsers/qutebrowser {
inherit (qt6Packages) qtbase qtwebengine wrapQtAppsHook qtwayland;
inherit (__splicedPackages.qt6Packages) qtbase qtwebengine wrapQtAppsHook qtwayland;
};
qutebrowser-qt5 = callPackage ../applications/networking/browsers/qutebrowser {