summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2023-10-29 15:40:25 +0100
committerAndrew Tropin <andrew@trop.in>2023-11-02 10:01:18 +0400
commita5c7ceda0a47b205ea675b86e9e1fd095b6b8313 (patch)
tree2c3f93f2c9d675a07f8dbf08ef4dd7b48a919a99 /gnu
parent0647f308b46b7ba7aa136068712f8d82d69d1a35 (diff)
downloadguix-a5c7ceda0a47b205ea675b86e9e1fd095b6b8313.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fabd519ca7..7f9d302487 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16513,8 +16513,6 @@ programming and reproducible research.")
          (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")