Revert "libreoffice: move darwin to separate libreoffice-darwin package"
Introducing a new name for each complex darwin derivation does not scale. This reverts commit b207ef980751b2dfe2f222fbd7dbc854f9bd90bf.
This commit is contained in:
@@ -27772,8 +27772,9 @@ with pkgs;
|
||||
boost = boost175;
|
||||
};
|
||||
|
||||
libreoffice-darwin = callPackage ../applications/office/libreoffice/darwin {};
|
||||
libreoffice = hiPrio libreoffice-still;
|
||||
libreoffice = if stdenv.isDarwin
|
||||
then callPackage ../applications/office/libreoffice/darwin/darwin.nix {}
|
||||
else hiPrio libreoffice-still;
|
||||
libreoffice-unwrapped = (hiPrio libreoffice-still).libreoffice;
|
||||
|
||||
libreoffice-args = {
|
||||
|
||||
Reference in New Issue
Block a user