libreoffice: move darwin to separate libreoffice-darwin package

The linux and darwin derivations are completely different. Therefore, it
makes more sense to treat them as two separate, independent derivations.
This commit is contained in:
Thibault Gagnaux
2022-05-27 17:28:31 +02:00
parent 2fb0615a66
commit d4dd3f5f7e
2 changed files with 2 additions and 3 deletions
+2 -3
View File
@@ -27772,9 +27772,8 @@ with pkgs;
boost = boost175;
};
libreoffice = if stdenv.isDarwin
then callPackage ../applications/office/libreoffice/darwin/darwin.nix {}
else hiPrio libreoffice-still;
libreoffice-darwin = callPackage ../applications/office/libreoffice/darwin {};
libreoffice = hiPrio libreoffice-still;
libreoffice-unwrapped = (hiPrio libreoffice-still).libreoffice;
libreoffice-args = {