gnu: emacs-inheritenv: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-inheritenv)[arguments]: Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-03-16 08:00:46 +01:00
parent be6335f2da
commit df26be554e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -24122,6 +24122,7 @@ experimental support exists for Connman.")
(sha256
(base32 "04na9m3z3k94jjqcqps95xcmvjklnddhli2xaac16m4ackw2wv9b"))))
(build-system emacs-build-system)
(arguments (list #:test-command #~(list "make" "test" "INIT_PACKAGES=t")))
(home-page "https://github.com/purcell/inheritenv/releases")
(synopsis "Emacs temp buffers inherit buffer-local environment variables")
(description