mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-12-22 09:49:49 +01:00
nix/overlays: gcc13 -> gcc14 (#305)
This commit is contained in:
parent
0c6861f819
commit
7116c9ffff
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in {
|
||||||
xdg-desktop-portal-hyprland = lib.composeManyExtensions [
|
xdg-desktop-portal-hyprland = lib.composeManyExtensions [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
xdg-desktop-portal-hyprland = final.callPackage ./default.nix {
|
xdg-desktop-portal-hyprland = final.callPackage ./default.nix {
|
||||||
stdenv = prev.gcc13Stdenv;
|
stdenv = prev.gcc14Stdenv;
|
||||||
inherit (final.qt6) qtbase qttools wrapQtAppsHook qtwayland;
|
inherit (final.qt6) qtbase qttools wrapQtAppsHook qtwayland;
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue