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:
Jelle Licht 2023-10-29 15:40:25 +01:00 committed by Andrew Tropin
parent 0647f308b4
commit a5c7ceda0a
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

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