3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xorg-server: Disable parallel execution of tests.

* gnu/packages/xorg.scm (xorg-server): Set '#:parallel-tests?' to '#f'.
This commit is contained in:
Federico Beffa 2015-01-18 19:48:35 +01:00
parent dc67ebd226
commit 13c9acbfbd

View file

@ -4463,7 +4463,8 @@ kernel mode setting (KMS).")
`(("python" ,python-wrapper)
("pkg-config" ,pkg-config)))
(arguments
`(#:configure-flags
`(#:parallel-tests? #f
#:configure-flags
(list (string-append "--with-xkb-path="
(assoc-ref %build-inputs "xkeyboard-config")
"/share/X11/xkb")