mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
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
7 lines
209 B
Text
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"]] }
|