graalvm8: add passthru.home

jre.home is required by other derivations like sbt
This commit is contained in:
Kevin Rauscher 2018-11-17 19:09:33 +01:00
parent 864e943ece
commit 27157e364a

View file

@ -262,6 +262,9 @@ in rec {
./helloworld
./helloworld | fgrep 'Hello World'
'';
passthru.home = graalvm8;
meta = with stdenv.lib; {
homepage = https://github.com/oracle/graal;
description = "High-Performance Polyglot VM";