libreoffice: match output paths on darwin and linux

This commit is contained in:
Thibault Gagnaux 2022-01-29 19:45:36 +01:00
parent 7dc65484d4
commit a2adccbadf
No known key found for this signature in database
GPG key ID: 44BD0764ACAE8E25

View file

@ -635,6 +635,11 @@ let
ln -s $out/Applications/${appName}/Contents/MacOS/soffice $out/bin
runHook postInstallPhase
'';
passthru = {
# needed due to the wrapper.nix
inherit jdk;
};
};
in
if stdenv.isDarwin