gnu: emacs-org-auto-expand: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-org-auto-expand): Skip tests.
  [source]: Remove uneeded makem files.
  [arguments]<tests?>: Disable them.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves 2025-04-27 16:52:53 +02:00 committed by Liliana Marie Prikler
parent 66af76f04b
commit b05b4f885b
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -26932,8 +26932,12 @@ whenever saving an @code{org-mode} file.")
(file-name (git-file-name name version))
(sha256
(base32
"1my0c6xmkh37lwi6l472lz9d86lf20h6xcllzlxm1lxa24rhva6v"))))
"1my0c6xmkh37lwi6l472lz9d86lf20h6xcllzlxm1lxa24rhva6v"))
(snippet #~(begin
(for-each delete-file
'("makem.sh" "Makefile"))))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; No tests.
(propagated-inputs
(list emacs-org emacs-dash))
(home-page "https://github.com/alphapapa/org-auto-expand")