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

* gnu/packages/xorg.scm (xorg-server): Set '#:parallel-tests?' to '#f'.
master
Federico Beffa 2015-01-18 19:48:35 +01:00
parent dc67ebd226
commit 13c9acbfbd
1 changed files with 2 additions and 1 deletions

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")