diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix index 542b7071a443..2cfd92fd9b6b 100644 --- a/pkgs/applications/office/libreoffice/default.nix +++ b/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