mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-undohist-el: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-undohist-el)[arguments]<tests>: Skip them. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
5646ca4925
commit
eb6cdc5ef8
1 changed files with 2 additions and 0 deletions
|
@ -16205,6 +16205,8 @@ unique file names you need this package here.")
|
|||
(sha256
|
||||
(base32 "1s1574q85lflik7w983v859qgxy1sn6i09hspa78smiawfva1855"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; No tests.
|
||||
(home-page "https://github.com/m2ym/undohist-el")
|
||||
(synopsis "Save undo history between sessions")
|
||||
(description "This package allows persistent use of undo history for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue