graalvmCEPackages.buildGraalvm: disable test in Darwin

This commit is contained in:
Thiago Kenji Okada
2023-02-14 17:00:01 +00:00
parent eaa3e39cc0
commit 820eb1cc8d
@@ -109,8 +109,11 @@ let
installCheckPhase = ''
runHook preInstallCheck
echo "Testing Jshell"
echo '1 + 1' | $out/bin/jshell
${# broken in darwin
lib.optionalString stdenv.isLinux ''
echo "Testing Jshell"
echo '1 + 1' | $out/bin/jshell
''}
echo ${
lib.escapeShellArg ''