gnu: xhost: Update to 1.0.9.
* gnu/packages/xorg.scm (xhost): Update to 1.0.9. [native-inputs]: Add gettext-minimal.
This commit is contained in:
parent
0b830b05f3
commit
ecc124e2e0
1 changed files with 4 additions and 4 deletions
|
@ -3650,22 +3650,22 @@ monitor via the X video mode extension.")
|
||||||
(define-public xhost
|
(define-public xhost
|
||||||
(package
|
(package
|
||||||
(name "xhost")
|
(name "xhost")
|
||||||
(version "1.0.8")
|
(version "1.0.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/individual/app/xhost-"
|
"mirror://xorg/individual/app/xhost-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15n3mnd4i5kh4z32qv11580qjgvnng0wry2y753ljrqkkrbkrp52"))))
|
"0ib66h78ykc4zki4arh8hkcsgk1mk8yyy0ay5sdb2d908qqvb1pa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libxmu libxau libx11))
|
(list libxmu libxau libx11))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list gettext-minimal pkg-config))
|
||||||
(home-page "https://gitlab.freedesktop.org/xorg/app/xhost")
|
(home-page "https://gitlab.freedesktop.org/xorg/app/xhost")
|
||||||
(synopsis "Xorg server access control utility")
|
(synopsis "Xorg server access control utility")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue