diff options
author | 宋文武 <iyzsong@gmail.com> | 2014-12-13 11:15:03 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2014-12-13 11:15:03 +0800 |
commit | aba42c98b30c33077f2752d144ee76218ef0ebda (patch) | |
tree | e7bc4766407748fed1175ef8c5e321355097a968 | |
parent | 4e10a22168248bbbb78cd8603bb9b8a3a26b90c7 (diff) | |
download | gnu-guix-aba42c98b30c33077f2752d144ee76218ef0ebda.tar gnu-guix-aba42c98b30c33077f2752d144ee76218ef0ebda.tar.gz |
gnu: xfconf: Disable parallel tests.
* gnu/packages/xfce.scm (xfconf): Add 'arguments' field.
-rw-r--r-- | 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 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))) |