gnu: xauth: Update to 1.0.9.

* gnu/packages/xorg.scm (xauth): Update to 1.0.9.  Disable tests.
This commit is contained in:
Mark H Weaver 2014-12-19 15:06:48 -05:00
parent da1a6bb32c
commit b48b7ca795

View File

@ -1848,17 +1848,17 @@ synchronization between the X server and direct-rendering clients.")
(define-public xauth (define-public xauth
(package (package
(name "xauth") (name "xauth")
(version "1.0.7") (version "1.0.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/X11R7.7/src/everything/xauth-" "mirror://xorg/individual/app/xauth-"
version version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1382wdfiakgckbw1xxavzh1nm34q21b1zzy96qp7ws66xc48rxw4")))) "13y2invb0894b1in03jbglximbz6v31y2kr4yjjgica8xciibkjn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libxmu" ,libxmu) `(("libxmu" ,libxmu)
@ -1867,6 +1867,10 @@ synchronization between the X server and direct-rendering clients.")
("libx11" ,libx11))) ("libx11" ,libx11)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
;; FIXME: The test suite needs http://liw.fi/cmdtest/
(arguments `(#:tests? #f))
(home-page "http://www.x.org/wiki/") (home-page "http://www.x.org/wiki/")
(synopsis "Xorg implementation of the X Window System") (synopsis "Xorg implementation of the X Window System")
(description "X.org provides an implementation of the X Window System") (description "X.org provides an implementation of the X Window System")