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

commit 6dbad2c3fdc2407ea49fca6f506a4cd53d8717dc
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 55339758cf..7519769533 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3123,6 +3123,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