guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: xfconf: Disable parallel tests.


From: ???
Subject: 01/01: gnu: xfconf: Disable parallel tests.
Date: Sat, 13 Dec 2014 03:17:56 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit aba42c98b30c33077f2752d144ee76218ef0ebda
Author: 宋文武 <address@hidden>
Date:   Sat Dec 13 11:15:03 2014 +0800

    gnu: xfconf: Disable parallel tests.
    
    * gnu/packages/xfce.scm (xfconf): Add 'arguments' field.
---
 gnu/packages/xfce.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index f715a50..69776fc 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -96,6 +96,7 @@ Xfce Desktop Environment.")
                (base32
                 "0xh520z0qh0ib0ijgnyrgii9h5d4pc53n6mx1chhyzfc86j1jlhp"))))
     (build-system gnu-build-system)
+    (arguments '(#:parallel-tests? #f)) ; parallel tests failed
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)))



reply via email to

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