nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

graalvmCEPackages.buildGraalvm: disable test in Darwin

+5 -2
+5 -2
pkgs/development/compilers/graalvm/community-edition/buildGraalvm.nix
··· 109 109 installCheckPhase = '' 110 110 runHook preInstallCheck 111 111 112 - echo "Testing Jshell" 113 - echo '1 + 1' | $out/bin/jshell 112 + ${# broken in darwin 113 + lib.optionalString stdenv.isLinux '' 114 + echo "Testing Jshell" 115 + echo '1 + 1' | $out/bin/jshell 116 + ''} 114 117 115 118 echo ${ 116 119 lib.escapeShellArg ''