mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
66af76f04b
commit
b05b4f885b
1 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue