gnu: emacs-adoc-mode: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-adoc-mode)[arguments]<#:test-command>: Fix typo introduced in 835565777722d61f2b1e7a41df4ee74cd7fdb04e.
This commit is contained in:
parent
d6331b471d
commit
60a211ec70
@ -25914,9 +25914,9 @@ and 'text viewing modes' respectively.")
|
||||
"adoctest-test-tempo-passthroug-macros"
|
||||
"adoctest-test-tempo-quotes"))))))
|
||||
#:tests? #t
|
||||
#:test-command '("emacs" "-Q" "-batch"
|
||||
"-l" "test/adoc-mode-test.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
#:test-command #~(list "emacs" "-Q" "-batch"
|
||||
"-l" "test/adoc-mode-test.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(propagated-inputs
|
||||
(list emacs-markup-faces))
|
||||
(home-page "https://github.com/sensorflo/adoc-mode/wiki")
|
||||
|
Loading…
x
Reference in New Issue
Block a user