mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2025-10-29 11:36:04 +00:00
nix/overlays: gcc13 -> gcc14 (#305)
This commit is contained in:
parent
0c6861f819
commit
7116c9ffff
@ -26,7 +26,7 @@ in {
|
||||
xdg-desktop-portal-hyprland = lib.composeManyExtensions [
|
||||
(final: prev: {
|
||||
xdg-desktop-portal-hyprland = final.callPackage ./default.nix {
|
||||
stdenv = prev.gcc13Stdenv;
|
||||
stdenv = prev.gcc14Stdenv;
|
||||
inherit (final.qt6) qtbase qttools wrapQtAppsHook qtwayland;
|
||||
inherit version;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user