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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user