mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: emacs-magit: Fix propagated inputs.
* gnu/packages/emacs-xyz.scm (emacs-magit)[native-inputs]: Move emacs-cond-let... [propagated-inputs]: ... to here. Change-Id: Ife56cf7218e5b68474dbe2d0adddeaaa63a56945
This commit is contained in:
parent
65babe5160
commit
25de210793
1 changed files with 6 additions and 2 deletions
|
|
@ -2313,13 +2313,17 @@ before interacting with non-free LLMs.")
|
|||
("magit-perl-executable"
|
||||
(search-input-file inputs "/bin/perl"))))))))
|
||||
(native-inputs
|
||||
(list emacs-cond-let texinfo))
|
||||
(list texinfo))
|
||||
(inputs
|
||||
(list git perl))
|
||||
(propagated-inputs
|
||||
;; Note: the 'git-commit' and 'magit-section' dependencies are part of
|
||||
;; magit itself.
|
||||
(list emacs-compat emacs-llama emacs-transient emacs-with-editor))
|
||||
(list emacs-compat
|
||||
emacs-cond-let
|
||||
emacs-llama
|
||||
emacs-transient
|
||||
emacs-with-editor))
|
||||
(home-page "https://magit.vc/")
|
||||
(synopsis "Emacs interface for the Git version control system")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue