This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 60a211ec70 gnu: emacs-adoc-mode: Fix build.
60a211ec70 is described below

commit 60a211ec705ac98483d76da7f2523f2b8966343a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Mar 10 22:08:20 2023 +0100

    gnu: emacs-adoc-mode: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-adoc-mode)[arguments]<#:test-command>: 
Fix
    typo introduced in 835565777722d61f2b1e7a41df4ee74cd7fdb04e.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 15f5fe42b3..13caf6e882 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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";)

Reply via email to