guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Remove duplicate package.


From: guix-commits
Subject: branch master updated: gnu: Remove duplicate package.
Date: Sun, 04 Sep 2022 12:05:21 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 96f3793b33 gnu: Remove duplicate package.
96f3793b33 is described below

commit 96f3793b3378b2b9abc36273148905813aa9907e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 4 18:03:46 2022 +0200

    gnu: Remove duplicate package.
    
    * gnu/packages/emacs-xyz.scm (emacs-inheritenv): Remove duplicate package
    introduced in 21f6026574b0e93f52176b9d20f9a6188f8a5066.
---
 gnu/packages/emacs-xyz.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8dd076eb65..e31f350942 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16807,27 +16807,6 @@ with specific output formats.")
 buffer's environment.")
     (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-enlive
   (package
     (name "emacs-enlive")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]