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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user