mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-contrib: Do not propogate cider to profile.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib)[native-inputs]: A emacs-cider is an optional dependency, move it from propogated-inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b0471fb0aa
commit
2f58393d99
1 changed files with 2 additions and 1 deletions
|
@ -12830,9 +12830,10 @@ programming and reproducible research.")
|
|||
(add-after 'unpack 'enter-source-directory
|
||||
(lambda _
|
||||
(chdir "lisp"))))))
|
||||
(native-inputs
|
||||
(list emacs-cider))
|
||||
(propagated-inputs
|
||||
(list emacs-arduino-mode ;XXX: remove after 0.4+ release.
|
||||
emacs-cider
|
||||
emacs-org))
|
||||
(home-page "https://git.sr.ht/~bzg/org-contrib")
|
||||
(synopsis "Unmaintained add-ons for Org mode")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue