mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-inheritenv: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-inheritenv)[arguments]: Add #:test-command.
This commit is contained in:
parent
be6335f2da
commit
df26be554e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue