summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2014-12-13 11:15:03 +0800
committer宋文武 <iyzsong@gmail.com>2014-12-13 11:15:03 +0800
commitaba42c98b30c33077f2752d144ee76218ef0ebda (patch)
treee7bc4766407748fed1175ef8c5e321355097a968 /gnu
parent4e10a22168248bbbb78cd8603bb9b8a3a26b90c7 (diff)
downloadguix-patches-aba42c98b30c33077f2752d144ee76218ef0ebda.tar
guix-patches-aba42c98b30c33077f2752d144ee76218ef0ebda.tar.gz
gnu: xfconf: Disable parallel tests.
* gnu/packages/xfce.scm (xfconf): Add 'arguments' field.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xfce.scm1
1 files changed, 1 insertions, 0 deletions
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)))