[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74622] [PATCH gnome-team v2 06/10] folks: Disable tests.
From: |
Liliana Marie Prikler |
Subject: |
[bug#74622] [PATCH gnome-team v2 06/10] folks: Disable tests. |
Date: |
Sat, 30 Nov 2024 02:17:53 +0100 |
* 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 @@ (define-public folks
"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'.
--
2.46.0
- [bug#74622] [PATCH gnome-team v2 03/10] gnu: mutter: Update to 46.6., (continued)
- [bug#74622] [PATCH gnome-team v2 03/10] gnu: mutter: Update to 46.6., Liliana Marie Prikler, 2024/12/07
- [bug#74622] [PATCH gnome-team v2 05/10] gnu: gnome-shell: Update to 46.7., Liliana Marie Prikler, 2024/12/07
- [bug#74622] [PATCH gnome-team v2 07/10] gnu: folks: Update to 0.15.9., Liliana Marie Prikler, 2024/12/07
- [bug#74622] [PATCH gnome-team v2 02/10] gnu: lock: Update to 1.1.3., Liliana Marie Prikler, 2024/12/07
- [bug#74622] [PATCH gnome-team v2 08/10] gnu: gnome-keyring: Update to 46.2., Liliana Marie Prikler, 2024/12/07
- [bug#74622] [PATCH gnome-team v2 10/10] gnu: gnome-initial-setup: Update to 46.4., Liliana Marie Prikler, 2024/12/07
- [bug#74622] [PATCH gnome-team v2 04/10] gnu: Make xdg-desktop-portal-next the new xdg-desktop-portal., Liliana Marie Prikler, 2024/12/07
- [bug#74622] [PATCH gnome-team v2 09/10] gnu: libshumate: Update to 1.3.0., Liliana Marie Prikler, 2024/12/07
- [bug#74622] [PATCH gnome-team v2 06/10] folks: Disable tests.,
Liliana Marie Prikler <=
- [bug#74622] [PATCH gnome-team v2 01/10] gnu: gnome-settings-daemon: Update to 47.2., Maxim Cournoyer, 2024/12/08