openjdk-darwin: Add missing home passthru

This commit is contained in:
William A. Kennington III 2015-01-07 15:02:04 -08:00
parent c1c0b4bbfd
commit 3e931d40d7

View file

@ -31,7 +31,10 @@ let
EOF
'';
passthru = { jre = jdk; };
passthru = {
jre = jdk;
home = jdk;
};
};
in jdk