guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/18: relative-buffer


From: guix-commits
Subject: 10/18: relative-buffer
Date: Fri, 18 Feb 2022 15:34:27 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 1047001879766b948343da85d48b757fbed2cb0f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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

[Prev in Thread] Current Thread [Next in Thread]