3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Andrew Tropin 2023-02-27 07:25:10 +04:00
parent 81fbf5d71f
commit 17bd024331
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -7871,8 +7871,7 @@ Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
(list b4)) (list b4))
(propagated-inputs (propagated-inputs
(list emacs-elfeed (list emacs-elfeed
emacs-notmuch emacs-notmuch))
emacs-transient))
(home-page "https://docs.kyleam.com/piem") (home-page "https://docs.kyleam.com/piem")
(synopsis "Glue for working with public-inbox archives") (synopsis "Glue for working with public-inbox archives")
(description "This package provides a collection of Emacs libraries for (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 (base32
"03db3l5klc20wgdaj44scgjfi2mha85bip07ls6pwbi039ls7rvx")))) "03db3l5klc20wgdaj44scgjfi2mha85bip07ls6pwbi039ls7rvx"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-transient))
(home-page "https://github.com/jpe90/emacs-clj-deps-new") (home-page "https://github.com/jpe90/emacs-clj-deps-new")
(synopsis "Create Clojure projects from templates") (synopsis "Create Clojure projects from templates")
(description (description
@ -18241,7 +18239,6 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
"1nmp5ci4dvcpih6phfhk66s98lf8b49qd35ymy29kqkf5v4cnwga")) "1nmp5ci4dvcpih6phfhk66s98lf8b49qd35ymy29kqkf5v4cnwga"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-transient))
(arguments (arguments
(list (list
#:phases #:phases