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:
Nicolas Graves 2025-04-27 16:52:37 +02:00 committed by Liliana Marie Prikler
parent 5646ca4925
commit eb6cdc5ef8
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -16205,6 +16205,8 @@ unique file names you need this package here.")
(sha256 (sha256
(base32 "1s1574q85lflik7w983v859qgxy1sn6i09hspa78smiawfva1855")))) (base32 "1s1574q85lflik7w983v859qgxy1sn6i09hspa78smiawfva1855"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments
(list #:tests? #f)) ; No tests.
(home-page "https://github.com/m2ym/undohist-el") (home-page "https://github.com/m2ym/undohist-el")
(synopsis "Save undo history between sessions") (synopsis "Save undo history between sessions")
(description "This package allows persistent use of undo history for (description "This package allows persistent use of undo history for