freebsd-ports/devel/clojure-cider/pkg-message
Rui Paulo fd2d8e3fe1 Update clojure-cider to 0.7.
This release no longer includes the nrepl middleware, so add a
pkg-message indicating what is needed to make it work.

Reviewed by:	swills
Approved by:	swills
2014-08-17 05:53:03 +00:00

7 lines
209 B
Text

Starting with CIDER 0.7, the installation of cider-nrepl is manual.
Please install devel/leiningen and add the following to
~/.lein/profiles.clj:
{ :user
{ :plugins [[cider/cider-nrepl "0.7.0-SNAPSHOT"]] }