mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: emacs-evil-matchit: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit)[arguments]: Add #:test-command. <#:phases>: Add ‘patch-Makefile’. [native-inputs]: Add emacs-lua-mode, emacs-markdown-mode, emacs-tuareg, and emacs-yaml-mode.
This commit is contained in:
parent
778f813d38
commit
8617b88fc8
1 changed files with 14 additions and 0 deletions
|
@ -25066,8 +25066,22 @@ Features:
|
|||
(sha256
|
||||
(base32 "06ayyw8nim5fi819hr30x54wx2ba6aqvlh7r0vld06xc0zsjdhm3"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "make" "test")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-Makefile
|
||||
(lambda _
|
||||
(substitute* "Makefile"
|
||||
(("-Q") "")
|
||||
(("-L [^.]*") "")
|
||||
(("deps/") "")
|
||||
((" deps") "")))))))
|
||||
(propagated-inputs
|
||||
(list emacs-evil))
|
||||
(native-inputs (list emacs-lua-mode
|
||||
emacs-markdown-mode
|
||||
emacs-tuareg
|
||||
emacs-yaml-mode))
|
||||
(home-page "https://github.com/redguardtoo/evil-matchit")
|
||||
(synopsis "Vim matchit ported into Emacs")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue