mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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))
|
||||
(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 @@ (define-public emacs-clj-deps-new
|
|||
(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 @@ (define-public emacs-dirvish
|
|||
"1nmp5ci4dvcpih6phfhk66s98lf8b49qd35ymy29kqkf5v4cnwga"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-transient))
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue