Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-12 06:17:54 +00:00
committed by GitHub
17 changed files with 482 additions and 309 deletions

View File

@@ -23,7 +23,7 @@ jruby = stdenv.mkDerivation rec {
for i in $out/bin/jruby{,.bash}; do
wrapProgram $i \
--set JAVA_HOME ${jre}
--set JAVA_HOME ${jre.home}
done
ln -s $out/bin/jruby $out/bin/ruby