1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
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

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"]] }