mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add emacs-inheritenv.
* gnu/packages/emacs-xyz.scm (emacs-inheritenv): New variable.
This commit is contained in:
parent
20ca345899
commit
29b3c0898f
1 changed files with 21 additions and 0 deletions
|
@ -15082,6 +15082,27 @@ (define-public emacs-engine-mode
|
||||||
(home-page "https://github.com/hrs/engine-mode")
|
(home-page "https://github.com/hrs/engine-mode")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-inheritenv
|
||||||
|
(package
|
||||||
|
(name "emacs-inheritenv")
|
||||||
|
(version "0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/purcell/inheritenv")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0ygzf70vfb7qwpsllcq5i3brprsnx3sxy2zng02mzwrr5jkx4ypc"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/purcell/inheritenv/releases")
|
||||||
|
(synopsis "Emacs temp buffers inherit buffer-local environment variables")
|
||||||
|
(description
|
||||||
|
"Inheritenv provides tools to execute processes inheriting the calling
|
||||||
|
buffer's environment.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-envrc
|
(define-public emacs-envrc
|
||||||
(package
|
(package
|
||||||
(name "emacs-envrc")
|
(name "emacs-envrc")
|
||||||
|
|
Loading…
Reference in a new issue