mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: xf86-video-nouveau: Fix build with gcc-14.
* gnu/packages/xorg.scm (xf86-video-nouveau)[arguments]: New field to relax gcc-14's strictness. Change-Id: I782c112c28841bf2b3b277cfda05bf2a1871b8a1
This commit is contained in:
parent
2ea37c8f96
commit
613993d3c6
1 changed files with 3 additions and 0 deletions
|
@ -3221,6 +3221,9 @@ (define-public xf86-video-nouveau
|
|||
(base32 "0sqm1jwjg15sp8v7039y2hsbhph8gpjd2bdzcqqiij2mgbi254s9"))
|
||||
(patches (search-patches "xf86-video-nouveau-fixup-ABI.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list "CFLAGS=-g -O2 -Wno-error=implicit-function-declaration")))
|
||||
(inputs (list xorg-server))
|
||||
(native-inputs (list pkg-config))
|
||||
(home-page "https://nouveau.freedesktop.org")
|
||||
|
|
Loading…
Reference in a new issue