forked from mirrors/nixpkgs
02707296e8
Unfortunately, leiningen will now pull in some dependencies via maven (via http) on `lein version' so the test at the end of builder.sh failed. This is okay because leiningen is used only as a interactive tool and no other package in Nixpkgs depends on it. Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
5 lines
151 B
Diff
5 lines
151 B
Diff
46c47
|
|
< LEIN_JAR=/usr/share/java/leiningen-$LEIN_VERSION-standalone.jar
|
|
---
|
|
> LEIN_JAR=$(find $(dirname $0)/../lib -name *-standalone.jar | head -n 1)
|