babashka: fix build on darwin
This commit is contained in:
parent
0f279e2e0c
commit
5255d4e168
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# https://github.com/babashka/babashka/blob/v0.6.0/script/compile#L41-L52
|
||||
args=("-jar" "$BABASHKA_JAR"
|
||||
# Required to build babashka on darwin. Do not remove.
|
||||
"${lib.optionalString stdenv.isDarwin "-H:-CheckToolchain"}"
|
||||
"-H:Name=$BABASHKA_BINARY"
|
||||
"-H:+ReportExceptionStackTraces"
|
||||
# "-H:+PrintAnalysisCallTree"
|
||||
|
|
Loading…
Reference in a new issue