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

commit a889330037bd0e2232b7faf44cea87f81ca71bf3
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Jul 28 14:25:32 2025 +0900

    gnu: libnotify: Disable tests.
    
    Few seem to run libnotify's test suite, including upstream's CI.
    
    * gnu/packages/gnome.scm (libnotify) [#:tests?]: Set to #f.
    
    Change-Id: I99b3d4bda48809614f816b08e875f900b71f88d4
---
 gnu/packages/gnome.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6b604c219d..b13216c5c8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3062,6 +3062,9 @@ configuring CUPS.")
     (build-system meson-build-system)
     (arguments
      (list
+      ;; The recently added tests would require a notification daemon, which
+      ;; introduce a circular dependency with libnotify.
+      #:tests? #f
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'install 'move-doc

Reply via email to