me
/
guix
Archived
1
0
Fork 0

gnu: geary: Remove trailing #T.

* gnu/packages/gnome.scm (geary)[arguments]: Remove trailing #T from 'check
phase.
master
Ricardo Wurmus 2021-11-24 13:52:36 +01:00
parent d53703e4e2
commit 9cc8ee15d0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

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)