4 # This is a bit unusual, but makes version and hash easily
5 # overridable. This is useful when people have an older version of
6 # Softmaker Office or when the upstream archive was replaced and
7 # nixpkgs is not in sync yet.
11 hash = "sha256-LchSqLVBdkmWJQ8hCEvtwRPgIUSDE0URKPzCkEexGbc=";
16 callPackage ./generic.nix (args // rec {
17 inherit (officeVersion) version edition;
19 pname = "softmaker-office";
20 suiteName = "SoftMaker Office";
23 inherit (officeVersion) hash;
24 url = "https://www.softmaker.net/down/softmaker-office-${edition}-${version}-amd64.tgz";
27 archive = "office${edition}.tar.lzma";