mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-editorconfig: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-editorconfig)[arguments]: Add #:test-command. [native-inputs]: Add emacs-ert-runner.
This commit is contained in:
parent
30aeb92eea
commit
465257bf3c
1 changed files with 2 additions and 0 deletions
|
@ -32411,6 +32411,8 @@ backends, including the @command{wordnet} offline backend.")
|
|||
(base32
|
||||
"0bqwmh4lcnbn5gcn38qg4jjfs9bfkbr4dj4dafglgds6a5lhznws"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "ert-runner" "ert-tests")))
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(home-page "https://github.com/editorconfig/editorconfig-emacs")
|
||||
(synopsis "Define and maintain consistent coding styles between different
|
||||
editors and IDEs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue