Merge pull request #134739 from marsam/fix-darwin-jdk-man

jdk: fix manpage symlink on darwin
This commit is contained in:
Mario Rodas
2021-08-18 21:44:28 -05:00
committed by GitHub
@@ -65,6 +65,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 = {
home = jdk;
};