bug-guix
[Top][All Lists]
Advanced

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

bug#45316: [PATCH 24/26] gnu: emacs-sudo-edit: Update to commit 0e2c32b,


From: Maxim Cournoyer
Subject: bug#45316: [PATCH 24/26] gnu: emacs-sudo-edit: Update to commit 0e2c32b, fix tests.
Date: Fri, 18 Dec 2020 17:17:21 -0500

* gnu/packages/emacs-xyz.scm (emacs-sudo-edit): Update to commit 0e2c32b.
[arguments]: Use the full blown emacs package, as one test fail otherwise.
[phases]{fix-makefile}: Do not use -Q.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index aebe0e5bcf..a1e9d6dc9e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4833,7 +4833,8 @@ Gnus, e.g., for applying patches received by email.")
            (add-before 'check 'fix-makefile
              (lambda _
                (substitute* "Makefile"
-                 (("\\$\\(CASK\\) exec ") ""))
+                 (("\\$\\(CASK\\) exec ") "")
+                 (("-Q ") ""))
                #t)))
          #:tests? #t
          #:test-command '("make" "test")))
-- 
2.29.2






reply via email to

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