mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-goggles: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-goggles)[arguments]: Add #:test-command. [native-inputs]: Add ‘emacs-ert-runner’.
This commit is contained in:
parent
02cc66cf05
commit
198fb55bfd
1 changed files with 2 additions and 0 deletions
|
@ -18727,6 +18727,8 @@ being deleted, changed, yanked, or pasted when using evil commands")
|
|||
(sha256
|
||||
(base32 "1fczxygg1blfmlwswck49rllww77rc7qn91wqw1kvjwfz31sk8z4"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "ert-runner" ".")))
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(home-page "https://github.com/minad/goggles")
|
||||
(synopsis "Pulse modified region")
|
||||
(description "Goggles highlights the modified region using Pulse.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue