java: Add home passthru
This commit is contained in:
@@ -180,6 +180,8 @@ let result = stdenv.mkDerivation rec {
|
||||
|
||||
passthru.jre = result; # FIXME: use multiple outputs or return actual JRE package
|
||||
|
||||
passthru.home = result;
|
||||
|
||||
meta.license = stdenv.lib.licenses.unfree;
|
||||
|
||||
}; in result
|
||||
|
||||
Reference in New Issue
Block a user