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:
Nicolas Goaziou 2025-10-11 11:11:02 +02:00
parent 65babe5160
commit 25de210793
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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