bug-guix
[Top][All Lists]
Advanced

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

bug#45316: [PATCH 20/26] gnu: emacs-org-super-agenda: Adjust following e


From: Maxim Cournoyer
Subject: bug#45316: [PATCH 20/26] gnu: emacs-org-super-agenda: Adjust following emacs-build-system changes.
Date: Fri, 18 Dec 2020 17:17:17 -0500

* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)
[phases]{prepare-for-tests.el}: Do not use -Q in test suite launch script.
---
 gnu/packages/emacs-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e4209fa43e..cc6d0f03e7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14925,6 +14925,8 @@ as well as functions for navigating between these 
headings.")
              (substitute* "test/test.el"
                ((".*org-super-agenda-test--:auto-map.*" all)
                 (string-append all "  (skip-unless nil)\n")))
+             (substitute* "test/run"
+               (("-Q ") ""))            ;to load site-start.el
              #t)))))
     (native-inputs
      `(("emacs-f" ,emacs-f)
-- 
2.29.2






reply via email to

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