diff options
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 3 insertions, 0 deletions
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 |