1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +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:
Nicolas Graves 2025-04-27 16:52:42 +02:00 committed by Liliana Marie Prikler
parent 2a92206136
commit ca2c68e66d
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -28356,6 +28356,9 @@ documentation.")
(sha256 (sha256
(base32 "0vms7zz3ym53wf1zdrkbf2ky2xjr1v134ngsd0jr8azyi8siw84d")))) (base32 "0vms7zz3ym53wf1zdrkbf2ky2xjr1v134ngsd0jr8azyi8siw84d"))))
(build-system emacs-build-system) (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") (home-page "https://github.com/yasuyk/web-beautify")
(synopsis "Format HTML, CSS and JavaScript, JSON") (synopsis "Format HTML, CSS and JavaScript, JSON")
(description "This package provides an Emacs functions to format HTML, (description "This package provides an Emacs functions to format HTML,