mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
Merge pull request #50515 from Tomahna/graalvm8Home
graalvm8: add passthru.home
This commit is contained in:
commit
f97d9d1e9e
@ -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 New Issue
Block a user