mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
e4b0742378
commit
23ecd10cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue