mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: xf86-video-nv: Update to 2.1.23; fixes build with gcc-14.
* gnu/packages/xorg.scm (xf86-video-nv): Update to 2.1.23. Change-Id: I782c112c28841bf2b3b277cfda05bf2a1871b8a1
This commit is contained in:
parent
aede2b5791
commit
2ea37c8f96
1 changed files with 2 additions and 2 deletions
|
@ -3184,7 +3184,7 @@ the same level of support for generic VGA or 8514/A adapters.")
|
||||||
(define-public xf86-video-nv
|
(define-public xf86-video-nv
|
||||||
(package
|
(package
|
||||||
(name "xf86-video-nv")
|
(name "xf86-video-nv")
|
||||||
(version "2.1.22")
|
(version "2.1.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3194,7 +3194,7 @@ the same level of support for generic VGA or 8514/A adapters.")
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"126j60dgnmiahjk5mxbnaav23hv7nvxvh49vhn6qg2f3nlnr6632"))))
|
"1jlap6xjn4pfwg9ab8fxm5mwf4dqfywp70bgc0071m7k66jbv3f6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list xorg-server))
|
(inputs (list xorg-server))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
|
|
Loading…
Add table
Reference in a new issue