mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: libx11: Update to 1.7.3.1.
This update eliminates multiple xkbcomp unresolved symbols warnings. * gnu/packages/xorg.scm (libx11): Update to 1.7.3.1. Fix indentation. [source]: Update origin's URI.
This commit is contained in:
parent
223cc96e5b
commit
44d72f7216
1 changed files with 11 additions and 11 deletions
|
@ -5532,18 +5532,18 @@ (define-public xorg-server-xwayland
|
||||||
(define-public libx11
|
(define-public libx11
|
||||||
(package
|
(package
|
||||||
(name "libx11")
|
(name "libx11")
|
||||||
(version "1.7.2")
|
(version "1.7.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://xorg/individual/lib/libX11-"
|
(uri (string-append "https://xorg.freedesktop.org/archive/"
|
||||||
version ".tar.bz2"))
|
"/individual/lib/libX11-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v7aj8q3rlchdyfwdna7n7vgpyzyir391dlv5rwy9fxagbikbyhw"))))
|
"1289nvs52q9fnp7zl30bdpbvqggnjjb39vy0zll511zvcrr43z9g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"doc")) ;8 MiB of man pages + XML
|
"doc")) ;8 MiB of man pages + XML
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "--mandir="
|
(list (string-append "--mandir="
|
||||||
|
@ -5552,9 +5552,9 @@ (define-public libx11
|
||||||
"--disable-static"
|
"--disable-static"
|
||||||
,@(malloc0-flags))))
|
,@(malloc0-flags))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list xorgproto libxcb))
|
(list xorgproto libxcb))
|
||||||
(inputs
|
(inputs
|
||||||
(list xtrans))
|
(list xtrans))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config xorgproto))
|
(list pkg-config xorgproto))
|
||||||
(home-page "https://www.x.org/wiki/")
|
(home-page "https://www.x.org/wiki/")
|
||||||
|
|
Loading…
Reference in a new issue