From a2adccbadf19b76f1930e499f5cd394d4d47f6be Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Sat, 29 Jan 2022 19:45:36 +0100 Subject: [PATCH] libreoffice: match output paths on darwin and linux --- pkgs/applications/office/libreoffice/default.nix | 5 +++++ 1 file changed, 5 insertions(+) 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