me
/
guix
Archived
1
0
Fork 0

gnu: emacs-adoc-mode: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-adoc-mode)[arguments]<#:test-command>: Fix
typo introduced in 8355657777.
master
Nicolas Goaziou 2023-03-10 22:08:20 +01:00
parent d6331b471d
commit 60a211ec70
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -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")