mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: emacs-org-contrib: Remove dependency on emacs-cider.
Since version 0.4 the ob-clojure-literate.el file with a dependency on cider was removed from org-contrib. * gnu/packages/emacs-xyz.scm (emacs-org-contrib)[native-inputs]: Remove emacs-cider. Change-Id: I838e965a819d9793424b6310ae324460b260afcc Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
0647f308b4
commit
a5c7ceda0a
1 changed files with 0 additions and 2 deletions
|
@ -16513,8 +16513,6 @@ (define-public emacs-org-contrib
|
|||
(add-after 'unpack 'enter-source-directory
|
||||
(lambda _
|
||||
(chdir "lisp"))))))
|
||||
(native-inputs
|
||||
(list emacs-cider))
|
||||
(propagated-inputs
|
||||
(list emacs-org))
|
||||
(home-page "https://git.sr.ht/~bzg/org-contrib")
|
||||
|
|
Loading…
Reference in a new issue