lilyp pushed a commit to branch gnome-team
in repository guix.
commit 191b3d8edc499823e43d18682aa51a490b02f5d2
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Nov 30 02:17:53 2024 +0100
folks: Disable tests.
* gnu/packages/gnome.scm (folks)[#:tests?]: Set to #f.
---
gnu/packages/gnome.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f962104e47..12bfda9ca0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11134,7 +11134,10 @@ functionality and behavior.")
"1hj9brran2azy3scyf913svhxjrmya83fi7x239h33rp7vxnljlm"))))
(build-system meson-build-system)
(arguments
- '(#:phases
+ '(;; Tests are broken since GLib 2.80
+ ;; See <https://gitlab.gnome.org/GNOME/folks/-/issues/140>.
+ #:tests? #f
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'skip-gtk-update-icon-cache
;; Don't create 'icon-theme.cache'.