gnu: wayland: Update to 1.10.0.
* gnu/packages/freedesktop.scm (wayland): Update to 1.10.0. [arguments]: Disable parallel tests.master
parent
d3e3d7f02a
commit
9012e118ff
|
@ -247,15 +247,16 @@ Python.")
|
||||||
(define-public wayland
|
(define-public wayland
|
||||||
(package
|
(package
|
||||||
(name "wayland")
|
(name "wayland")
|
||||||
(version "1.9.0")
|
(version "1.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://wayland.freedesktop.org/releases/"
|
(uri (string-append "https://wayland.freedesktop.org/releases/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yhy62vkbq8j8c9zaa6yzvn75cd99kfa8n2zfdwl80x019r711ww"))))
|
"1p307ly1yyqjnzn9dbv78yffql2qszn84qk74lwanl3gma8fgxjb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments `(#:parallel-tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
("graphviz" ,graphviz)
|
("graphviz" ,graphviz)
|
||||||
|
@ -268,7 +269,7 @@ Python.")
|
||||||
("expat" ,expat)
|
("expat" ,expat)
|
||||||
("libffi" ,libffi)
|
("libffi" ,libffi)
|
||||||
("libxml2" ,libxml2))) ; for XML_CATALOG_FILES
|
("libxml2" ,libxml2))) ; for XML_CATALOG_FILES
|
||||||
(home-page "http://wayland.freedesktop.org/")
|
(home-page "https://wayland.freedesktop.org/")
|
||||||
(synopsis "Display server protocol")
|
(synopsis "Display server protocol")
|
||||||
(description
|
(description
|
||||||
"Wayland is a protocol for a compositor to talk to its clients as well as
|
"Wayland is a protocol for a compositor to talk to its clients as well as
|
||||||
|
|
Reference in New Issue