[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: xorg-server: Update to 21.1.1 and reinstate parallel tests.
From: |
guix-commits |
Subject: |
04/10: gnu: xorg-server: Update to 21.1.1 and reinstate parallel tests. |
Date: |
Thu, 18 Nov 2021 11:49:33 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 5be685f554926d1510f128170c9d569e7d859d44
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Nov 13 00:45:04 2021 -0500
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.
---
gnu/packages/xorg.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b93dae4..61c598e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5392,7 +5392,7 @@ by the Xorg server.")
(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 @@ by the Xorg server.")
"/xserver/xorg-server-" version ".tar.xz"))
(sha256
(base32
- "0hpyq51sf7f5yqq87zgcdiidfmb8r93am1djvxhcnwj4izfidhsh"))
+ "0md7dqsc5qb30gym06c4zc2cjsdc5ps8nywk1bkcpix05kppybkq"))
(patches
(list
;; See:
@@ -5455,8 +5455,7 @@ by the 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")
- branch core-updates-frozen updated (235adae -> 61576d5), guix-commits, 2021/11/18
- 02/10: gnu: libxkbfile: Propagate libx11 and kbproto., guix-commits, 2021/11/18
- 03/10: gnu: mesa: Update to 21.2.5., guix-commits, 2021/11/18
- 01/10: gnu: libinput: Update to 1.19.2., guix-commits, 2021/11/18
- 04/10: gnu: xorg-server: Update to 21.1.1 and reinstate parallel tests.,
guix-commits <=
- 08/10: gnu: xorg-server-xwayland: Update to 21.1.3 and adjust package., guix-commits, 2021/11/18
- 06/10: gnu: Move eglexternalplatform and egl-wayland to (gnu packages xorg)., guix-commits, 2021/11/18
- 05/10: gnu: xorg-server: Enable X security extensions (xcsecurity)., guix-commits, 2021/11/18
- 07/10: gnu: egl-wayland: Update to 1.1.9., guix-commits, 2021/11/18
- 09/10: gnu: python-dbusmock: Update to 0.24.1., guix-commits, 2021/11/18
- 10/10: gnu: python-dbusmock: Patch reference to dbus-daemon., guix-commits, 2021/11/18