gnu: emacs-evil-matchit: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Fix patch-Makefile #:phase.

Change-Id: If5a85af01c7baa699daea6913c0f49c0e59d7947
This commit is contained in:
Cayetano Santos 2025-09-14 17:56:49 +02:00 committed by Ian Eure
parent da7023ce10
commit 3c54a07be0
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -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))