libreoffice: match output paths on darwin and linux

main
Thibault Gagnaux 2 years ago
parent 7dc65484d4
commit a2adccbadf
No known key found for this signature in database
GPG Key ID: 44BD0764ACAE8E25
  1. 5
      pkgs/applications/office/libreoffice/default.nix

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

Loading…
Cancel
Save