summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurilo <murilo@disroot.org>2025-07-22 13:59:59 -0300
committerJohn Kehayias <john.kehayias@protonmail.com>2025-07-23 12:56:30 -0400
commit319c327b17aef502eec3de3561b6da7b9e5ee7d3 (patch)
treeed8423c651180d6e2dbef78ef81c78938eb9ae1b
parentbf3bc51022ea5decd1abf2fe246b18e30a2ffe02 (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.scm2
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