guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 319c327b17aef502eec3de3561b6da7b9e5ee7d3
Author: Murilo <[email protected]>
AuthorDate: Tue Jul 22 13:59:59 2025 -0300

    gnu: hypridle: Build with gcc-15.
    
    * gnu/packages/wm.scm (hypridle)[native-inputs]: Change gcc-14 to gcc-15.
    
    Signed-off-by: John Kehayias <[email protected]>
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to