gnu: emacs-unfill: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-unfill)[arguments]: Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-04-05 10:28:39 +02:00
parent b673128d30
commit 2c423a18ac
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -38603,6 +38603,7 @@ prompt.")
(sha256
(base32 "0pg64nza2mp4xyr69pjq51jsq1aaym0g38g4jzaxr0hh3w0ris1n"))))
(build-system emacs-build-system)
(arguments (list #:test-command #~(list "make" "unit" "INIT_PACKAGES=t")))
(synopsis "Inverse of Emacs' @code{fill-paragraph} and @code{fill-region}")
(description
"The functions in this package provide the inverse of Emacs'