mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: hyprpaper: Build with gcc-15.
* gnu/packages/xdisorg.scm (hyprpaper)[native-inputs]: Change gcc-14 to gcc-15. Change-Id: I6b390bdec93c185f0e89368a6e2172a1aea3dce6
This commit is contained in:
@@ -3999,7 +3999,7 @@ GPU-accelerated screen locking utility.")
|
||||
"0j3hbqfx40cjxkvaiqzfij8pgblg2hyv9lbbjjh4iahciwgh7623"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments '(#:tests? #f)) ;; no test
|
||||
(native-inputs (list gcc-14 pkg-config))
|
||||
(native-inputs (list gcc-15 pkg-config))
|
||||
(inputs
|
||||
(list cairo
|
||||
file
|
||||
|
||||
Reference in New Issue
Block a user