1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00

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
This commit is contained in:
John Kehayias
2025-09-09 17:13:22 -04:00
parent e4b0742378
commit 23ecd10cb6

View File

@@ -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