mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: hyprpicker: Build with gcc-15.
* gnu/packages/xdisorg.scm (hyprpicker)[native-inputs]: Change gcc-14 to gcc-15. Change-Id: I4f9668faa320fa1d5c06d6062768acbb1f4e2509
This commit is contained in:
@@ -4044,7 +4044,7 @@ compositors, though.")
|
||||
(("wl-copy" cmd)
|
||||
(search-input-file
|
||||
inputs (string-append "bin/" cmd)))))))))
|
||||
(native-inputs (list gcc-14 hyprwayland-scanner pkg-config))
|
||||
(native-inputs (list gcc-15 hyprwayland-scanner pkg-config))
|
||||
(inputs
|
||||
(list cairo
|
||||
hyprutils
|
||||
|
||||
Reference in New Issue
Block a user