mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
fix: update to gcc14
update to gcc14 to match hyrlang's version
This commit is contained in:
parent
f0cef070c5
commit
9ba1b28c38
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue