mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-m-buffer-el: Return #t from phases.
* gnu/packages/emacs.scm (emacs-m-buffer-el)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
bca4b2e7cc
commit
d4c68d3236
1 changed files with 4 additions and 4 deletions
|
@ -8967,10 +8967,10 @@ confused by comments or @code{foo-bar} matching @code{foo}.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'install 'check
|
(add-before 'install 'check
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(zero? (system* "emacs" "--batch" "-L" "."
|
(invoke "emacs" "--batch" "-L" "."
|
||||||
"-l" "test/m-buffer-test.el"
|
"-l" "test/m-buffer-test.el"
|
||||||
"-l" "test/m-buffer-at-test.el"
|
"-l" "test/m-buffer-at-test.el"
|
||||||
"-f" "ert-run-tests-batch-and-exit")))))))
|
"-f" "ert-run-tests-batch-and-exit"))))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/phillord/m-buffer-el")
|
(home-page "https://github.com/phillord/m-buffer-el")
|
||||||
(synopsis "List oriented buffer operations for Emacs")
|
(synopsis "List oriented buffer operations for Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue