1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

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.
This commit is contained in:
Liliana Marie Prikler 2025-04-05 11:56:26 +02:00
parent 521b0ad6c3
commit 44ab0805c3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -32282,7 +32282,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
@ -32295,6 +32297,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