babashka: Fix graalvm arguments

launchpad/nixpkgs/master
Eric Dallo 3 years ago
parent 3fb8895514
commit bb2f7ea176
No known key found for this signature in database
GPG Key ID: 985DD2B6664886B8
  1. 1
      pkgs/development/interpreters/clojure/babashka.nix

@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
"-J-Dclojure.spec.skip-macros=true"
"-J-Dclojure.compiler.direct-linking=true"
"-H:IncludeResources=BABASHKA_VERSION"
"-H:IncludeResources=META-INF/babashka/.*"
"-H:IncludeResources=SCI_VERSION"
"-H:ReflectionConfigurationFiles=${reflectionJson}"
"--initialize-at-build-time"

Loading…
Cancel
Save