jdk8: fix manpage symlink on darwin

This commit is contained in:
Mario Rodas
2022-04-22 04:20:00 +00:00
parent c7e7c0b355
commit b66cbbd74e
@@ -79,6 +79,12 @@ let
EOF
'';
# fixupPhase is moving the man to share/man which breaks it because it's a
# relative symlink.
postFixup = ''
ln -nsf ../zulu-${lib.versions.major version}.jdk/Contents/Home/man $out/share/man
'';
passthru = {
jre = jdk;
home = jdk;