1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: geary: Remove trailing #T.

* gnu/packages/gnome.scm (geary)[arguments]: Remove trailing #T from 'check
phase.
This commit is contained in:
Ricardo Wurmus
2021-11-24 13:52:36 +01:00
parent d53703e4e2
commit 9cc8ee15d0

View File

@@ -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)