gnu: xorg-server: Update to 21.1.1 and reinstate parallel tests.

* gnu/packages/xorg.scm (xorg-server): Update to 21.1.1.
[parallel-tests?]: Tentatively remove argument; added in 2015 without a
comment.
This commit is contained in:
Maxim Cournoyer 2021-11-13 00:45:04 -05:00
parent 67f01c8d29
commit 5be685f554
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -5392,7 +5392,7 @@ (define-public libxcvt
(define-public xorg-server (define-public xorg-server
(package (package
(name "xorg-server") (name "xorg-server")
(version "21.1.0") (version "21.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5401,7 +5401,7 @@ (define-public xorg-server
"/xserver/xorg-server-" version ".tar.xz")) "/xserver/xorg-server-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0hpyq51sf7f5yqq87zgcdiidfmb8r93am1djvxhcnwj4izfidhsh")) "0md7dqsc5qb30gym06c4zc2cjsdc5ps8nywk1bkcpix05kppybkq"))
(patches (patches
(list (list
;; See: ;; See:
@ -5455,8 +5455,7 @@ (define-public xorg-server
`(("python" ,python-wrapper) `(("python" ,python-wrapper)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(arguments (arguments
`(#:parallel-tests? #f `(#:configure-flags
#:configure-flags
(list (string-append "--with-xkb-path=" (list (string-append "--with-xkb-path="
(assoc-ref %build-inputs "xkeyboard-config") (assoc-ref %build-inputs "xkeyboard-config")
"/share/X11/xkb") "/share/X11/xkb")