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 10:46:00 +02:00
parent 2fb0615a66
commit d4dd3f5f7e
No known key found for this signature in database
GPG Key ID: 44BD0764ACAE8E25
2 changed files with 2 additions and 3 deletions

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 = {