diff --git a/recipes/cider b/recipes/cider index a195e626422..953e87651e8 100644 --- a/recipes/cider +++ b/recipes/cider @@ -1,4 +1,4 @@ (cider :fetcher github :repo "clojure-emacs/cider" - :files ("*.el" (:exclude ".dir-locals.el")) + :files ("*.el" "clojure.sh" (:exclude ".dir-locals.el")) :old-names (nrepl))