[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
93/377: gnu: Add emacs-inheritenv.
From: |
guix-commits |
Subject: |
93/377: gnu: Add emacs-inheritenv. |
Date: |
Sun, 5 Sep 2021 10:07:08 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 29b3c0898f17f7df7cb5c7bd9b0adaf1c38231be
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 26 10:25:15 2021 +0200
gnu: Add emacs-inheritenv.
* gnu/packages/emacs-xyz.scm (emacs-inheritenv): New variable.
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5d3bc94..8dad498 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15082,6 +15082,27 @@ query them from the comfort of your editor.")
(home-page "https://github.com/hrs/engine-mode")
(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
(package
(name "emacs-envrc")
- 75/377: gnu: r-ggtree: Update to 3.0.3., (continued)
- 75/377: gnu: r-ggtree: Update to 3.0.3., guix-commits, 2021/09/05
- 79/377: gnu: r-universalmotif: Update to 1.10.2., guix-commits, 2021/09/05
- 80/377: gnu: r-biocset: Update to 1.6.1., guix-commits, 2021/09/05
- 81/377: gnu: r-beachmat: Update to 2.8.1., guix-commits, 2021/09/05
- 82/377: gnu: r-scuttle: Update to 1.2.1., guix-commits, 2021/09/05
- 84/377: gnu: r-delayedmatrixstats: Update to 1.14.2., guix-commits, 2021/09/05
- 90/377: gnu: knot-resolver: Update to 5.4.1., guix-commits, 2021/09/05
- 86/377: gnu: atop: Update to 2.6.0., guix-commits, 2021/09/05
- 97/377: gnu: emacs-moody: Update to 0.6.0., guix-commits, 2021/09/05
- 89/377: gnu: ungoogled-chromium: Update to 92.0.4515.159-0.8164c91., guix-commits, 2021/09/05
- 93/377: gnu: Add emacs-inheritenv.,
guix-commits <=
- 96/377: gnu: emacs-keycast: Update to 1.1.1., guix-commits, 2021/09/05
- 101/377: gnu: Add r-ztree., guix-commits, 2021/09/05
- 103/377: gnu: Add r-ztpln., guix-commits, 2021/09/05
- 104/377: gnu: Add r-zscorer., guix-commits, 2021/09/05
- 102/377: gnu: Add r-distributionutils., guix-commits, 2021/09/05
- 109/377: gnu: Add r-paws-common., guix-commits, 2021/09/05
- 110/377: gnu: Add r-paws-customer-engagement., guix-commits, 2021/09/05
- 111/377: gnu: Add r-paws-cost-management., guix-commits, 2021/09/05
- 116/377: gnu: Add r-paws-management., guix-commits, 2021/09/05
- 117/377: gnu: Add r-paws-networking., guix-commits, 2021/09/05