[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
130/155: folks: Disable tests.
From: |
guix-commits |
Subject: |
130/155: folks: Disable tests. |
Date: |
Mon, 23 Dec 2024 15:24:22 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 15c19783128d4ba863cfeacd98fa20f54fe6e667
Author: Liliana Marie Prikler <liliana.prikler@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'.
- 109/155: gnu: mjpegtools: Remove gtk+-2 input., (continued)
- 109/155: gnu: mjpegtools: Remove gtk+-2 input., guix-commits, 2024/12/23
- 112/155: gnu: libnice: Update to 0.1.22., guix-commits, 2024/12/23
- 113/155: gnu: libvisual-plugins: Update to 0.4.2., guix-commits, 2024/12/23
- 118/155: gnu: network-manager: Fix build., guix-commits, 2024/12/23
- 119/155: gnu: wpewebkit: Add missing input., guix-commits, 2024/12/23
- 120/155: gnu: libgdata: Fix build., guix-commits, 2024/12/23
- 116/155: gnu: modem-manager: Fix build., guix-commits, 2024/12/23
- 124/155: gnu: fontmanager: Use gexps and drop input labels., guix-commits, 2024/12/23
- 121/155: gnu: gvfs: Patch mount, umount and lsof commands., guix-commits, 2024/12/23
- 127/155: gnu: mutter: Update to 46.6., guix-commits, 2024/12/23
- 130/155: folks: Disable tests.,
guix-commits <=
- 131/155: gnu: folks: Update to 0.15.9., guix-commits, 2024/12/23
- 133/155: gnu: libshumate: Update to 1.3.0., guix-commits, 2024/12/23
- 136/155: gnu: gdk-pixbuf: Update to 2.42.12., guix-commits, 2024/12/23
- 135/155: Merge branch 'master' into 'gnome-team'., guix-commits, 2024/12/23
- 138/155: gnu: gnome-shell-extension-appindicator: Update to 59., guix-commits, 2024/12/23
- 140/155: gnu: gnome-shell-extension-customize-ibus: Update to 90., guix-commits, 2024/12/23
- 137/155: gnu: gnome-shell-extensions: Update to 46.2., guix-commits, 2024/12/23
- 142/155: gnu: gnome-shell-extension-gsconnect: Update to 58., guix-commits, 2024/12/23
- 145/155: gnu: gnome-shell-extension-noannoyance: Update to 17-23.8312e01., guix-commits, 2024/12/23
- 144/155: gnu: gnome-shell-extension-dash-to-panel: Update to 64., guix-commits, 2024/12/23