forked from mirrors/nixpkgs
graalvm8: add passthru.home
jre.home is required by other derivations like sbt
This commit is contained in:
parent
864e943ece
commit
27157e364a
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue