From d53703e4e2f4ea6dd32123fa8be8c3540d77fbaa Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 24 Nov 2021 13:52:03 +0100 Subject: gnu: geary: Add missing input. * gnu/packages/gnome.scm (geary)[native-inputs]: Add gsettings-desktop-schemas for tests. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 387d08819b..a148ac523f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11480,6 +11480,7 @@ join_paths\\('build-aux', 'post_install.py'\\)\\)") ("gettext" ,gettext-minimal) ("glib:bin" ,glib "bin") ("gobject-introspection" ,gobject-introspection) + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("itstool" ,itstool) ("libarchive" ,libarchive) ("libxml2" ,libxml2) -- cgit v1.2.3 From 9cc8ee15d09fa8953a7643626eee02efa9237b16 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 24 Nov 2021 13:52:36 +0100 Subject: gnu: geary: Remove trailing #T. * gnu/packages/gnome.scm (geary)[arguments]: Remove trailing #T from 'check phase. --- gnu/packages/gnome.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a148ac523f..87d9fec30c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11450,8 +11450,7 @@ join_paths\\('build-aux', 'post_install.py'\\)\\)") (add-before 'check 'setup-xvfb (lambda _ (system "Xvfb :1 &") - (setenv "DISPLAY" ":1") - #t))))) + (setenv "DISPLAY" ":1")))))) (inputs `(("enchant" ,enchant) ("folks" ,folks) -- cgit v1.2.3