dannym pushed a commit to branch wip-desktop
in repository guix.
commit 1519b591480b3dcd788885d44ce8686e2da3ee2c
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 06:06:09 2020 -0400
gnu: seed: Disable tests.
* gnu/packages/gnome.scm (seed) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 04c073d..8dab97b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -369,7 +369,8 @@ bindings.")
(build-system glib-or-gtk-build-system)
(outputs '("out" "doc"))
(arguments
- `(#:configure-flags
+ `(#:tests? #f ; FIXME
+ #:configure-flags
(list
"--disable-static"
"--enable-xorg-module"