* gnu/packages/emacs-xyz.scm (emacs-racer)[phases]{fix-makefile}: Do not use
the -Q option.
---
 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 5663aff95d..70c9a08e90 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19023,7 +19023,8 @@ files.  It focuses on highlighting the document to 
improve readability.")
          (add-before 'check 'fix-makefile
            (lambda _
              (substitute* "Makefile"
-               (("\\$\\{CASK\\} exec ") ""))
+               (("\\$\\{CASK\\} exec ") "")
+               (("-Q ") ""))
              #t))
          ;; Two tests are failing with Emacs 27, as reported here:
          ;; <https://github.com/racer-rust/emacs-racer/issues/136>.  Disable
-- 
2.29.2




Reply via email to