mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: seed: Disable tests.
* gnu/packages/gnome.scm (seed) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
c01351c4d5
commit
aadfa12f71
1 changed files with 2 additions and 1 deletions
|
@ -417,7 +417,8 @@ (define-public seed
|
|||
(build-system glib-or-gtk-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
`(#:tests? #f ; FIXME
|
||||
#:configure-flags
|
||||
(list
|
||||
"--disable-static"
|
||||
"--enable-xorg-module"
|
||||
|
|
Loading…
Reference in a new issue