lilyp pushed a commit to branch gnome-team
in repository guix.

commit 15c19783128d4ba863cfeacd98fa20f54fe6e667
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
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 f3f7da58d8..85938c0845 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11061,7 +11061,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'.

Reply via email to