This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/gnome-team by this push:
     new 60e5d61be9 gnu: libnotify: Disable tests.
60e5d61be9 is described below

commit 60e5d61be989be010c1287f6ef02634494d72e25
Author: Maxim Cournoyer <ma...@guixotic.coop>
AuthorDate: Mon Jul 28 14:25:32 2025 +0900

    gnu: libnotify: Disable tests.
    
    Few seems to run libnotify's test suite, including upstream's CI. Let's not
    let it hamper progress toward GNOME 48.
    
    * 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 e735db960d..e955d5e84d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3204,6 +3204,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