mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
libreoffice: match output paths on darwin and linux
This commit is contained in:
parent
7dc65484d4
commit
a2adccbadf
@ -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…
Reference in New Issue
Block a user