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

commit 534e8ad828870f0c0db631c3853b782b316076fc
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 89ac17c004..842ecf153c 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)

Reply via email to