Merge pull request #169753 from marsam/jdk8-manpage-darwin

jdk8: fix manpage symlink on darwin
This commit is contained in:
Mario Rodas
2022-04-22 07:33:31 -05:00
committed by GitHub
@@ -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;