mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: emacs-web-beautify: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-web-beautify): [arguments]<test-command>: Set it. [native-input]: Add emacs-ert-runner. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
2a92206136
commit
ca2c68e66d
1 changed files with 3 additions and 0 deletions
|
@ -28356,6 +28356,9 @@ documentation.")
|
|||
(sha256
|
||||
(base32 "0vms7zz3ym53wf1zdrkbf2ky2xjr1v134ngsd0jr8azyi8siw84d"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:test-command #~(list "ert-runner")))
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(home-page "https://github.com/yasuyk/web-beautify")
|
||||
(synopsis "Format HTML, CSS and JavaScript, JSON")
|
||||
(description "This package provides an Emacs functions to format HTML,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue