guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Remove emacs-transient from propagated-input


From: guix-commits
Subject: branch master updated: gnu: Remove emacs-transient from propagated-inputs.
Date: Sun, 26 Feb 2023 22:46:19 -0500

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

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 17bd024331 gnu: Remove emacs-transient from propagated-inputs.
17bd024331 is described below

commit 17bd0243310754045cdc6cc362c804db4a8f9317
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Feb 27 07:25:10 2023 +0400

    gnu: Remove emacs-transient from propagated-inputs.
    
    emacs-transient is built into emacs already and not required as an explicit
    dependency anymore, but having it in propagated-inputs can break things in
    various ways: for example emacs-next have a newer version and automatically
    pulling older emacs-transient into profile breaks emoji-insert, or
    emacs-docker.
    
    * gnu/packages/emacs-xyz.scm (emacs-piem, emacs-clj-deps-new, 
emacs-dirvish):
    Remove emacs-transient from propagated-inputs.
---
 gnu/packages/emacs-xyz.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bfbf5b1abd..cd4a36beda 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7871,8 +7871,7 @@ Tracker as well as bug identifiers prepared for 
@code{bug-reference-mode}.")
      (list b4))
     (propagated-inputs
      (list emacs-elfeed
-           emacs-notmuch
-           emacs-transient))
+           emacs-notmuch))
     (home-page "https://docs.kyleam.com/piem";)
     (synopsis "Glue for working with public-inbox archives")
     (description "This package provides a collection of Emacs libraries for
@@ -11892,7 +11891,6 @@ It is recommended to use @code{clojure-mode} with 
Paredit or Smartparens.")
                  (base32
                   "03db3l5klc20wgdaj44scgjfi2mha85bip07ls6pwbi039ls7rvx"))))
       (build-system emacs-build-system)
-      (propagated-inputs (list emacs-transient))
       (home-page "https://github.com/jpe90/emacs-clj-deps-new";)
       (synopsis "Create Clojure projects from templates")
       (description
@@ -18241,7 +18239,6 @@ or @code{treemacs}, but leveraging @code{Dired} to do 
the job of display.")
                 "1nmp5ci4dvcpih6phfhk66s98lf8b49qd35ymy29kqkf5v4cnwga"))
               (file-name (git-file-name name version))))
     (build-system emacs-build-system)
-    (propagated-inputs (list emacs-transient))
     (arguments
      (list
       #:phases



reply via email to

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