lilyp pushed a commit to branch emacs-team in repository guix. commit 704dbc88fd579205da003118bf7ea40fdd3528e8 Author: Liliana Marie Prikler <liliana.prik...@gmail.com> 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 c90ac918cb..48fbbda03b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -31811,7 +31811,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 @@ -31824,6 +31826,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