guix_mirror_bot pushed a commit to branch master
in repository guix.

commit eb6cdc5ef8c45b74ba92d071841926125cc706f7
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Apr 27 16:52:37 2025 +0200

    gnu: emacs-undohist-el: Skip tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-undohist-el)[arguments]<tests>:
      Skip them.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9be38d9635..a8dc0c660f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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

Reply via email to