mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
5 lines
158 B
Diff
5 lines
158 B
Diff
46c47
|
|
< LEIN_JAR=/usr/share/java/leiningen-$LEIN_VERSION-standalone.jar
|
|
---
|
|
> LEIN_JAR=$(find $(dirname $0)/../share/java -name *-standalone.jar | head -n 1)
|