guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
commit df353363dc712fe69a3f34a1f039e1e5546a7ff9
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Apr 5 11:56:26 2025 +0200
gnu: emacs-org-web-tools: Unbundle and skip tests.
* gnu/packages/emacs-xyz.scm (emacs-org-web-tools)[source]: Delete Makefile
and makem.sh.
[arguments]: Add #:tests? #f.
---
gnu/packages/emacs-xyz.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 23dfe70654..4b34274fec 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32256,7 +32256,9 @@ This package also includes a minimal @code{yt-dlp}
wrapper.")
(file-name (git-file-name name version))
(sha256
(base32
- "0x1j1y2pl6a8f97cw04nm0w6g4jh449cjfsr2aryn316ms4nj1a0"))))
+ "0x1j1y2pl6a8f97cw04nm0w6g4jh449cjfsr2aryn316ms4nj1a0"))
+ ;; Contents of makem package, but no tests.
+ (snippet #~(for-each delete-file '("Makefile" "makem.sh")))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat
@@ -32269,6 +32271,7 @@ This package also includes a minimal @code{yt-dlp}
wrapper.")
(list pandoc))
(arguments
(list
+ #:tests? #f ; no tests
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-exec-paths