mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
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:
parent
67f01c8d29
commit
5be685f554
1 changed files with 3 additions and 4 deletions
|
@ -5392,7 +5392,7 @@ (define-public libxcvt
|
|||
(define-public xorg-server
|
||||
(package
|
||||
(name "xorg-server")
|
||||
(version "21.1.0")
|
||||
(version "21.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5401,7 +5401,7 @@ (define-public xorg-server
|
|||
"/xserver/xorg-server-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hpyq51sf7f5yqq87zgcdiidfmb8r93am1djvxhcnwj4izfidhsh"))
|
||||
"0md7dqsc5qb30gym06c4zc2cjsdc5ps8nywk1bkcpix05kppybkq"))
|
||||
(patches
|
||||
(list
|
||||
;; See:
|
||||
|
@ -5455,8 +5455,7 @@ (define-public xorg-server
|
|||
`(("python" ,python-wrapper)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(arguments
|
||||
`(#:parallel-tests? #f
|
||||
#:configure-flags
|
||||
`(#:configure-flags
|
||||
(list (string-append "--with-xkb-path="
|
||||
(assoc-ref %build-inputs "xkeyboard-config")
|
||||
"/share/X11/xkb")
|
||||
|
|
Loading…
Reference in a new issue