mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-diff-hl: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-diff-hl)[arguments]: Add #:test-command.
This commit is contained in:
parent
d08a2b893f
commit
778f813d38
1 changed files with 1 additions and 0 deletions
|
@ -21376,6 +21376,7 @@ actually changing the buffer's text.")
|
|||
(sha256
|
||||
(base32 "0vfqyhzf3lyrhn788fbyc4p3lf36fkh8qnxvg6vddg4bxmqcjnsw"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "make" "test")))
|
||||
(home-page "https://github.com/dgutov/diff-hl")
|
||||
(synopsis "Highlight uncommitted changes using VC")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue