From aba42c98b30c33077f2752d144ee76218ef0ebda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sat, 13 Dec 2014 11:15:03 +0800 Subject: [PATCH] gnu: xfconf: Disable parallel tests. * gnu/packages/xfce.scm (xfconf): Add 'arguments' field. --- gnu/packages/xfce.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index f715a50b7b..69776fc582 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)))