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:
parent
a4ac98d5fd
commit
e9a8f93e41
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue