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