jdk8: fix manpage symlink on darwin

main
Mario Rodas 2 years ago
parent c7e7c0b355
commit b66cbbd74e
  1. 6
      pkgs/development/compilers/openjdk/darwin/8.nix

@ -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;

Loading…
Cancel
Save