mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-reformatter: Handle tests.
* gnu/packages/emacs-xyz.scm (emacs-reformatter)[arguments]: Add #:test-command. Skip tests.
This commit is contained in:
parent
d355895f21
commit
99e70c3938
1 changed files with 2 additions and 0 deletions
|
@ -3983,6 +3983,8 @@ provides basic supports for syntax highlighting and indentation.")
|
|||
(sha256
|
||||
(base32 "1vm030lz489vjx1dz1jrnj7zd2b43y98rffdxyshfvxbfv1cbmyk"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f ; XXX: 4/4 tests broken
|
||||
#:test-command #~(list "make" "test" "INIT_PACKAGES=t")))
|
||||
(home-page "https://github.com/purcell/reformatter.el")
|
||||
(synopsis "Define commands which run reformatters on the current buffer")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue