mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: emacs-eacl: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-eacl)[arguments]: Add #:test-command.
This commit is contained in:
parent
35f28c84a2
commit
a85bc929b8
1 changed files with 1 additions and 0 deletions
|
@ -36701,6 +36701,7 @@ with passwords for paths matching regexps.")
|
|||
(sha256
|
||||
(base32 "1d2krw9x1mw6jn1q07nbq2qi92fms85q3i9wa2q5drs3368l55vr"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "make" "test")))
|
||||
(propagated-inputs
|
||||
(list emacs-ivy))
|
||||
(home-page "https://github.com/redguardtoo/eacl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue