gnu: xorg-server: Disable parallel execution of tests.
* gnu/packages/xorg.scm (xorg-server): Set '#:parallel-tests?' to '#f'.
This commit is contained in:
parent
dc67ebd226
commit
13c9acbfbd
|
@ -4463,7 +4463,8 @@ kernel mode setting (KMS).")
|
||||||
`(("python" ,python-wrapper)
|
`(("python" ,python-wrapper)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:parallel-tests? #f
|
||||||
|
#: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")
|
||||||
|
|
Loading…
Reference in New Issue