mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-unkillable-scratch: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-unkillable-scratch)[arguments]: Add #:test-command. [native-inputs]: Add emacs-ert-runner.
This commit is contained in:
parent
6c10897e40
commit
fb4979f71e
1 changed files with 2 additions and 0 deletions
|
@ -40083,6 +40083,8 @@ mode-line text (lighter) of major and minor modes.")
|
|||
(sha256
|
||||
(base32 "13wjbcxr3km4s96yhpavgs5acs5pvqv3ih1p84diqb3x3i6wd4pa"))))
|
||||
(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/EricCrosson/unkillable-scratch")
|
||||
(synopsis "Prevents the *scratch* buffer from being killed")
|
||||
(description "@code{unkillable-scratch} helps prevent killing buffers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue