gnu: emacs-diff-hl: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-diff-hl)[arguments]: Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-03-13 20:42:59 +01:00
parent d08a2b893f
commit 778f813d38
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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