mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-feature-mode: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-feature-mode)[arguments]: Add #:tests? #f.
This commit is contained in:
parent
46ddd9d644
commit
e7ac17f116
1 changed files with 3 additions and 1 deletions
|
@ -12986,7 +12986,9 @@ number.")
|
|||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include (cons* "^features\\/" "snippets\\/" "^support\\/"
|
||||
%default-include)))
|
||||
%default-include)
|
||||
;; XXX: tests require gherkin (>= 2.11.8, < 4.0.0)
|
||||
#:tests? #f))
|
||||
(home-page "https://github.com/michaelklishin/cucumber.el/")
|
||||
(synopsis "Emacs mode for editing Gherkin plain text user stories")
|
||||
(description "Major mode for editing Gherkin (popularized by the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue