GNU bug report logs -
#78095
[PATCH emacs-team 00/28] More emacs-team updates.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sun, 27 Apr 2025 14:51:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-org-auto-expand): Skip tests.
[source]: Remove uneeded makem files.
[arguments]<tests?>: Disable them.
---
gnu/packages/emacs-xyz.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0edb07bd5c..44f9d48b87 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26480,8 +26480,12 @@ (define-public emacs-org-auto-expand
(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")
--
2.49.0
This bug report was last modified 14 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.