jdk: fix manpage symlink on darwin
This commit is contained in:
parent
db3e6d7a2c
commit
a2df7bb883
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue