~ruther/guix-local

13c9acbfbd578e51c25d3ff7918842206ef3cb6b — Federico Beffa 11 years ago dc67ebd
gnu: xorg-server: Disable parallel execution of tests.

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

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +2 -1
@@ 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")