~ruther/guix-local

aba42c98b30c33077f2752d144ee76218ef0ebda — 宋文武 11 years ago 4e10a22
gnu: xfconf: Disable parallel tests.

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

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +1 -0
@@ 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)))