mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-unfill: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-unfill)[arguments]: Add #:test-command.
This commit is contained in:
parent
b673128d30
commit
2c423a18ac
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue