Skip to content

Commit

Permalink
qutebrowser: use spliced qt6Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored and Artturin committed Nov 20, 2023
1 parent d248a1e commit 4bd758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4bd758c

Please sign in to comment.