summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Beffa <beffa@fbengineering.ch>2015-01-18 19:48:35 +0100
committerFederico Beffa <beffa@fbengineering.ch>2015-01-18 19:48:35 +0100
commit13c9acbfbd578e51c25d3ff7918842206ef3cb6b (patch)
tree7e13ccff4392b8a89422227d70873017a48a0f97
parentdc67ebd226bee806491a13dd35eadb93bdf652b5 (diff)
downloadguix-13c9acbfbd578e51c25d3ff7918842206ef3cb6b.tar.gz
guix-13c9acbfbd578e51c25d3ff7918842206ef3cb6b.tar.xz
gnu: xorg-server: Disable parallel execution of tests.
* gnu/packages/xorg.scm (xorg-server): Set '#:parallel-tests?' to '#f'.
-rw-r--r--gnu/packages/xorg.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ff4488b8ef..b636918139 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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")