GNU bug report logs -
#77131
[PATCH emacs-team 00/51] Some test fixes.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Thu, 20 Mar 2025 09:25:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 77131 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-magit-todos)[source]: Delete
Makefile and makem.sh to disable tests search, there are none.
[arguments]{tests?}: Disable tests.
---
gnu/packages/emacs-xyz.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bd3f379910..b744d72333 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30749,8 +30749,16 @@ (define-public emacs-magit-todos
(file-name (git-file-name name version))
(sha256
(base32
- "0rjr5q73609bs8gx2h5lp7c7bk5nkplfqfd56ifwdrdzdfzn5khy"))))
+ "0rjr5q73609bs8gx2h5lp7c7bk5nkplfqfd56ifwdrdzdfzn5khy"))
+ (modules '((guix build utils)))
+ (snippet #~(begin
+ (delete-file-recursively "screenshots")
+ ;; Contents of makem package, but no tests.
+ (for-each delete-file
+ '("makem.sh" "Makefile"))))))
(build-system emacs-build-system)
+ (arguments
+ (list #:tests? #f)) ; No tests in source.
(propagated-inputs
(list emacs-async
emacs-dash
--
2.48.1
This bug report was last modified 55 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.