gnu: xfconf: Disable parallel tests.

* gnu/packages/xfce.scm (xfconf): Add 'arguments' field.
This commit is contained in:
宋文武 2014-12-13 11:15:03 +08:00
parent 4e10a22168
commit aba42c98b3
1 changed files with 1 additions and 0 deletions

View File

@ -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)))