diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-11-30 02:17:53 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:37 +0100 |
| commit | 194cfafc2874657dcd2ebcae736261971a10b517 (patch) | |
| tree | 12bc468f8159c8ebfd3d212379e005e4ddefb616 | |
| parent | 82a11caeaa391fc72f879832bc5329cc6d244179 (diff) | |
folks: Disable tests.
* gnu/packages/gnome.scm (folks)[#:tests?]: Set to #f.
| -rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a47f9ad45cc..c14dc9e6306 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11138,7 +11138,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'. |
