mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xf86-video-geode: Update to 2.11.20.
* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.20.
This commit is contained in:
parent
798441b67d
commit
b137d320b0
1 changed files with 8 additions and 11 deletions
|
@ -2920,18 +2920,15 @@ (define-public xf86-video-freedreno
|
||||||
(define-public xf86-video-geode
|
(define-public xf86-video-geode
|
||||||
(package
|
(package
|
||||||
(name "xf86-video-geode")
|
(name "xf86-video-geode")
|
||||||
(version "2.11.19")
|
(version "2.11.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "mirror://xorg/individual/driver/xf86-video-geode-"
|
||||||
"mirror://xorg/individual/driver/xf86-video-geode-"
|
version ".tar.bz2"))
|
||||||
version
|
(sha256
|
||||||
".tar.bz2"))
|
(base32 "0r2dz0agg0k5wrqdbicji6mh6svzyl0xgqk76hpcfdlzn2zx15zl"))
|
||||||
(sha256
|
(patches (search-patches "xf86-video-geode-glibc-2.20.patch"))))
|
||||||
(base32
|
|
||||||
"0zn9gb49grds5mcs1dlrx241k2w1sgqmx4i5x7v6159xxqhlqsf6"))
|
|
||||||
(patches (search-patches "xf86-video-geode-glibc-2.20.patch"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("xorg-server" ,xorg-server)))
|
(inputs `(("xorg-server" ,xorg-server)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in a new issue