mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-evil-nerd-commenter: Handle tests.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter)[arguments]: Add #:test-command and set up phases for testing. Disable tests. [native-inputs]: Add emacs-web-mode.
This commit is contained in:
parent
82380f3ada
commit
fc05dbcea7
1 changed files with 12 additions and 0 deletions
|
@ -19112,7 +19112,19 @@ pasting into and from @code{tmux} paste buffers.")
|
||||||
(base32
|
(base32
|
||||||
"1xi4sd75pzhgcd9lzhx18hlzbrwh5q9gbscb1971qn94mzxwd60r"))))
|
"1xi4sd75pzhgcd9lzhx18hlzbrwh5q9gbscb1971qn94mzxwd60r"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:test-command #~(list "make" "test")
|
||||||
|
#:tests? #f ; XXX: broken docstring
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'patch-Makefile
|
||||||
|
(lambda _
|
||||||
|
(substitute* "Makefile"
|
||||||
|
(("-Q") "")
|
||||||
|
(("-L [^.]*") "")
|
||||||
|
(("deps/") "")
|
||||||
|
((" deps") "")))))))
|
||||||
(propagated-inputs (list emacs-evil))
|
(propagated-inputs (list emacs-evil))
|
||||||
|
(native-inputs (list emacs-web-mode))
|
||||||
(home-page "https://github.com/redguardtoo/evil-nerd-commenter")
|
(home-page "https://github.com/redguardtoo/evil-nerd-commenter")
|
||||||
(synopsis "Comment and uncomment lines efficiently")
|
(synopsis "Comment and uncomment lines efficiently")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue