guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 3e8f991fedf5602e0866d7984930fb734cf47bdc
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Oct 4 17:45:01 2025 +0200
[BUG] gnu: libsecret: Fix tests.
* gnu/packages/gnome.scm (libsecret)[#:test-options]: Add
“--no-suite=python”.
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7ce26e36d9..3d72452cbc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5311,6 +5311,7 @@ and the GLib main loop, to integrate well with GNOME
applications.")
(list
#:configure-flags
#~(list "-Dgtk_doc=false") ;requires gi-docgen
+ #:test-options #~(list "--no-suite=python")
#:phases
#~(modify-phases %standard-phases
(delete 'check)