gnu: emacs-org-pomodoro: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-org-pomodoro)[arguments]<#:test-command>:
Add missing GEXP.
This commit is contained in:
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

View file

@ -8013,10 +8013,9 @@ (define-public emacs-org-pomodoro
#:include #~(cons "^resources\\/" %default-include)
#:tests? #t
#:test-command
(list
"emacs" "--batch"
"-l" "org-pomodoro-tests.el"
"-f" "ert-run-tests-batch-and-exit")
#~(list "emacs" "--batch"
"-l" "org-pomodoro-tests.el"
"-f" "ert-run-tests-batch-and-exit")
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'make-tests-writable