mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05: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:
parent
81fbf5d71f
commit
17bd024331
1 changed files with 1 additions and 4 deletions
|
@ -7871,8 +7871,7 @@ (define-public emacs-piem
|
||||||
(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 @@ (define-public emacs-clj-deps-new
|
||||||
(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 @@ (define-public emacs-dirvish
|
||||||
"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
|
||||||
|
|
Loading…
Reference in a new issue