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:
parent
521b0ad6c3
commit
44ab0805c3
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue