guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 23ecd10cb66d4dc7aa30ccf2d6465999e2dff10b
Author: John Kehayias <[email protected]>
AuthorDate: Tue Sep 9 17:13:22 2025 -0400

    gnu: hyprland-qtutils: Build with gcc-15.
    
    * gnu/packages/qt.scm (hyprland-qtutils)[native-inputs]: Change from gcc-14 
to
    gcc-15.
    
    Change-Id: I87a1bfb83300ae2bdb88ab304b7bfb282469a5bb
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 1d584dd555..4bbc3a7aef 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5854,7 +5854,7 @@ of the InventorXt GUI component toolkit.")
     (arguments
      (list #:tests? #f ;There are no tests.
            #:qtbase qtbase))
-    (native-inputs (list gcc-14 pkg-config))
+    (native-inputs (list gcc-15 pkg-config))
     (inputs
      (list bash-minimal
            hyprutils

Reply via email to