New comment by leahneukirchen on void-packages repository https://github.com/void-linux/void-packages/pull/48359#issuecomment-1916913484 Comment: This fixes it: ``` --- a/srcpkgs/babashka/template +++ b/srcpkgs/babashka/template @@ -55,7 +55,7 @@ post_extract() { # Mandrel doesn't have GraalVM-SDK in the default classpath, # but some Babashka features require it. - vsed -i -e '/:resource-paths/s@]@ "/usr/lib/jvm/mandrel21/lib/jvmci/graal-sdk.jar"]@' project.clj + vsed -i -e '/:resource-paths/s@]@ "/usr/lib/jvm/mandrel21/lib/jvmci/nativeimage.jar"]@' project.clj } do_build() { ```