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
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

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