GNU bug report logs - #78095
[PATCH emacs-team 00/28] More emacs-team updates.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Sun, 27 Apr 2025 14:51:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Graves <ngraves <at> ngraves.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78095 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#78095] [PATCH 03/28] gnu: emacs-undohist-el: Skip tests.
Date: Sun, 27 Apr 2025 16:52:37 +0200
* gnu/packages/emacs-xyz.scm (emacs-undohist-el)[arguments]<tests>:
  Skip them.
---
 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 8be4705c87..3a1bfcc2a5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15936,6 +15936,8 @@ (define-public emacs-undohist-el
        (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
-- 
2.49.0





This bug report was last modified 14 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.