diff options
author | Murilo <murilo@disroot.org> | 2025-07-22 13:59:59 -0300 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-07-23 12:56:30 -0400 |
commit | 319c327b17aef502eec3de3561b6da7b9e5ee7d3 (patch) | |
tree | ed8423c651180d6e2dbef78ef81c78938eb9ae1b | |
parent | bf3bc51022ea5decd1abf2fe246b18e30a2ffe02 (diff) |
gnu: hypridle: Build with gcc-15.
* gnu/packages/wm.scm (hypridle)[native-inputs]: Change gcc-14 to gcc-15.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 05799cb8be..a5b685ff09 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -354,7 +354,7 @@ or musca). "1f75vfd5fv8zhd7hy7lg26wmlaslxqj2knf3zi6wnv21n63m3wa1")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) ;No tests. - (native-inputs (list gcc-14 pkg-config)) + (native-inputs (list gcc-15 pkg-config)) (inputs (list hyprland-protocols hyprlang |