Nrepl 0.9.0 fix
This fixes the bug introduced by nrepl 0.9.0-1
(uploaded during the 2022 Clojure sprint).
After testing, I decided it wasn't a good idea to use the "debian"
version for nrepl
, as in online mode, it made lein test
try to download nrepl "debian"
from Maven central (which obviously fails :P)
Instead, we're just hard-coding the current version (0.9.0
) instead of the previous one (0.6.0
). I had a look at the nrepl upstream changelog and didn't see anything that should prevent our version of leiningen
to work with nrepl 0.9.0
instead of 0.6.0
.
The git diff might be a little hard to read, since I'm patching quilt patches... For your convenience, I've attached a build log.leiningen-clojure_2.9.1-6_amd64.build
Note that if you want to build locally, you will need libpomegranate-clojure 1.2.1-3
. I've attached the .deb, as this version is currently building on the buildds.