guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
commit b481e77a20b6ffdd87f43e46601faaea102b290b
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Mar 20 11:08:11 2025 +0100
gnu: emacs-magit-todos: Disable absent tests.
* 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.
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
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 fe864e0d4d..ded101be6d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31649,8 +31649,16 @@ buffers – other modes on the TODO list).
(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