1
Fork 0
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:
Liliana Marie Prikler 2025-03-13 20:43:00 +01:00
parent 35f28c84a2
commit a85bc929b8
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

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