ngz pushed a commit to branch master
in repository guix.

commit 1047001879766b948343da85d48b757fbed2cb0f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Feb 18 21:25:37 2022 +0100

    relative-buffer
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0456cc9987..8084861526 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2029,7 +2029,7 @@ optional minor mode which can apply this command 
automatically on save.")
       (arguments
        (list
         #:tests? #t
-        #:test-command '("ert-runner")))
+        #:test-command #~(list "ert-runner")))
       (native-inputs
        (list emacs-ert-runner))
       (propagated-inputs

Reply via email to