guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 77bf6b489e4d2031d69edbd8ccaea2127e5ae8c2
Author: John Kehayias <[email protected]>
AuthorDate: Tue Sep 9 17:14:25 2025 -0400

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

diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm
index 1f0388636e..564589bfbe 100644
--- a/gnu/packages/polkit.scm
+++ b/gnu/packages/polkit.scm
@@ -79,7 +79,7 @@
      (list
       #:tests? #f)) ;; No tests yet.
     (native-inputs
-     (list gcc-14
+     (list gcc-15
            pkg-config))
     (inputs
      (list hyprutils

Reply via email to