gnu: xorg-server: Disable parallel execution of tests.
authorFederico Beffa <beffa@fbengineering.ch>
Sun, 18 Jan 2015 18:48:35 +0000 (19:48 +0100)
committerFederico Beffa <beffa@fbengineering.ch>
Sun, 18 Jan 2015 18:48:35 +0000 (19:48 +0100)
* gnu/packages/xorg.scm (xorg-server): Set '#:parallel-tests?' to '#f'.

gnu/packages/xorg.scm

index ff4488b..b636918 100644 (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")