java: Add home passthru

This commit is contained in:
William A. Kennington III
2015-01-07 14:55:41 -08:00
parent 9a7766e054
commit bbc4262514
4 changed files with 266 additions and 260 deletions
@@ -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