1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

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 <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves 2025-03-20 11:08:11 +01:00 committed by Liliana Marie Prikler
parent a4ac98d5fd
commit e9a8f93e41
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -31675,8 +31675,16 @@ buffers other modes on the TODO list).
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (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) (build-system emacs-build-system)
(arguments
(list #:tests? #f)) ; No tests in source.
(propagated-inputs (propagated-inputs
(list emacs-async (list emacs-async
emacs-dash emacs-dash