Merge pull request #141908 from hrhino/fix/dzaima-apl

dapl, dapl-native: fix

authored by

figsoda and committed by
GitHub
50ff5c60 f3d21f28

+2
+2
pkgs/development/interpreters/dzaima-apl/default.nix
··· 28 runHook preBuild 29 30 patchShebangs --build ./build 31 ./build 32 '' + lib.optionalString buildNativeImage '' 33 native-image --report-unsupported-elements-at-runtime \
··· 28 runHook preBuild 29 30 patchShebangs --build ./build 31 + substituteInPlace ./build \ 32 + --replace "javac" "javac -encoding utf8" 33 ./build 34 '' + lib.optionalString buildNativeImage '' 35 native-image --report-unsupported-elements-at-runtime \