mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-meson-mode: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-meson-mode)[arguments]: Add #:test-command. [native-inputs]: Add emacs-ert-runner.
This commit is contained in:
parent
6888282526
commit
267a4c4403
1 changed files with 2 additions and 0 deletions
|
@ -40274,6 +40274,8 @@ files and subdirectories when appropriate.")
|
|||
(sha256
|
||||
(base32 "0hlqvq3j4f6g16nj3bm2wbkncn8hv8c8iqd0sch3w80wwqnr622y"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "ert-runner" "test")))
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(home-page "https://github.com/wentasah/meson-mode")
|
||||
(synopsis "Major mode for Meson build system files")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue