mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
da7023ce10
commit
3c54a07be0
1 changed files with 4 additions and 3 deletions
|
@ -25708,9 +25708,10 @@ Features:
|
||||||
(add-after 'unpack 'patch-Makefile
|
(add-after 'unpack 'patch-Makefile
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("-Q") "")
|
(("-Q ") "")
|
||||||
(("-L [^.]*") "")
|
(("-L deps/.*") "")
|
||||||
(("deps/") "")
|
(("-l deps/.*") "")
|
||||||
|
((" compile") "")
|
||||||
((" deps") "")))))))
|
((" deps") "")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-evil))
|
(list emacs-evil))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue