mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
b118988e40
commit
f610dc0b3e
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue