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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user