nixpkgs/pkgs/applications/office/softmaker
Daniël de Kok 50438eba6c softmaker-office, freeoffice: make it easy to override versions
Make the edition, version, and hash easier to override to support
users who have a license for an older version of Softmaker Office.
With this change one can e.g. use Softmaker Office 2018 with:

softmaker-office.override {
  officeVersion = {
    edition = "2018";
    version = "976";
    sha256 = "0j6zm0cbxrcgm7glk84hvvbp4z0ys6v8bkwwhl5r7dbphyi72fw8";
  };
}

This also helps people fix things when upstream has replaced the
previous version's tarball and this hasn't been fixed in nixpkgs yet.
2020-08-24 13:07:33 +02:00
..
desktop_items.nix softmaker-office: fix desktop items 2020-04-03 09:14:16 +02:00
freeoffice.nix softmaker-office, freeoffice: make it easy to override versions 2020-08-24 13:07:33 +02:00
generic.nix softmaker-office, freeoffice: change version to edition.version 2020-07-21 08:14:30 +02:00
softmaker_office.nix softmaker-office, freeoffice: make it easy to override versions 2020-08-24 13:07:33 +02:00