fix: update to gcc14

update to gcc14 to match hyrlang's version
This commit is contained in:
Charlie Root 2024-12-19 00:46:02 +01:00
commit 9ba1b28c38
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -19,7 +19,7 @@
default = self.packages.${system}.hypr-dynamic-cursors; default = self.packages.${system}.hypr-dynamic-cursors;
hypr-dynamic-cursors = let hypr-dynamic-cursors = let
inherit (inputs.hyprland.packages.${system}) hyprland; inherit (inputs.hyprland.packages.${system}) hyprland;
inherit (pkgsFor.${system}) stdenvNoCC gcc13; inherit (pkgsFor.${system}) stdenvNoCC gcc14;
name = "hypr-dynamic-cursors"; name = "hypr-dynamic-cursors";
in in
@ -29,7 +29,7 @@
src = ./.; src = ./.;
inherit (hyprland) buildInputs; inherit (hyprland) buildInputs;
nativeBuildInputs = hyprland.nativeBuildInputs ++ [hyprland gcc13]; nativeBuildInputs = hyprland.nativeBuildInputs ++ [hyprland gcc14];
dontUseCmakeConfigure = true; dontUseCmakeConfigure = true;
dontUseMesonConfigure = true; dontUseMesonConfigure = true;