me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-pomodoro: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-org-pomodoro)[arguments]<#:test-command>:
Add missing GEXP.
Nicolas Goaziou 2022-02-18 22:17:40 +01:00
parent b118988e40
commit f610dc0b3e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 4 deletions

View File

@ -8013,8 +8013,7 @@ save, it exports back to the original non-Org file.")
#:include #~(cons "^resources\\/" %default-include)
#:tests? #t
#:test-command
(list
"emacs" "--batch"
#~(list "emacs" "--batch"
"-l" "org-pomodoro-tests.el"
"-f" "ert-run-tests-batch-and-exit")
#:phases