qutebrowser: use spliced qt6Packages

This commit is contained in:
Robert Schütz
2023-11-07 20:41:03 -08:00
committed by Artturin
parent d248a1e7f7
commit 4bd758c963

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 {