guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4ec9e1678b74cc2e97b7b42056244f2d712c4942
Author: John Kehayias <[email protected]>
AuthorDate: Tue Sep 9 17:16:08 2025 -0400

    gnu: hyprpicker: Build with gcc-15.
    
    * gnu/packages/xdisorg.scm (hyprpicker)[native-inputs]: Change gcc-14 to
    gcc-15.
    
    Change-Id: I4f9668faa320fa1d5c06d6062768acbb1f4e2509
---
 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index d38ec1107a..68d0b9cc8c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -4044,7 +4044,7 @@ compositors, though.")
                      (("wl-copy" cmd)
                       (search-input-file
                        inputs (string-append "bin/" cmd)))))))))
-    (native-inputs (list gcc-14 hyprwayland-scanner pkg-config))
+    (native-inputs (list gcc-15 hyprwayland-scanner pkg-config))
     (inputs
      (list cairo
            hyprutils

Reply via email to