guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: xorg-server: Disable parallel execution of tests.


From: Federico Beffa
Subject: 02/03: gnu: xorg-server: Disable parallel execution of tests.
Date: Sun, 18 Jan 2015 19:20:07 +0000

beffa pushed a commit to branch wip-gobject-introspection
in repository guix.

commit 13c9acbfbd578e51c25d3ff7918842206ef3cb6b
Author: Federico Beffa <address@hidden>
Date:   Sun Jan 18 19:48:35 2015 +0100

    gnu: xorg-server: Disable parallel execution of tests.
    
    * gnu/packages/xorg.scm (xorg-server): Set '#:parallel-tests?' to '#f'.
---
 gnu/packages/xorg.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ff4488b..b636918 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]