babashka: Fix missing graalvm parameter
This commit is contained in:
parent
5cdbd94cf9
commit
a94c37cb33
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
|
|||
"--no-server"
|
||||
"--report-unsupported-elements-at-runtime"
|
||||
"--initialize-at-run-time=org.postgresql.sspi.SSPIClient"
|
||||
"--initialize-at-run-time=org.httpkit.client.ClientSslEngineFactory\$SSLHolder"
|
||||
"--native-image-info"
|
||||
"--verbose"
|
||||
"-H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.AudioFileReader"
|
||||
|
|
Loading…
Reference in a new issue