mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
fd2d8e3fe1
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
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
|
|
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"]] }
|