This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3c54a07be0 gnu: emacs-evil-matchit: Fix tests.
3c54a07be0 is described below

commit 3c54a07be0f26854eb2ea58178f2a70f5154b90a
Author: Cayetano Santos <csant...@inventati.org>
AuthorDate: Sun Sep 14 17:56:49 2025 +0200

    gnu: emacs-evil-matchit: Fix tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Fix patch-Makefile 
#:phase.
    
    Change-Id: If5a85af01c7baa699daea6913c0f49c0e59d7947
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 226b0e0648..a9158ed8f4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25708,9 +25708,10 @@ Features:
                          (add-after 'unpack 'patch-Makefile
                            (lambda _
                              (substitute* "Makefile"
-                               (("-Q") "")
-                               (("-L [^.]*") "")
-                               (("deps/") "")
+                               (("-Q ") "")
+                               (("-L deps/.*") "")
+                               (("-l deps/.*") "")
+                               ((" compile") "")
                                ((" deps") "")))))))
     (propagated-inputs
      (list emacs-evil))

Reply via email to