5 # This is a bit unusual, but makes version and hash easily
6 # overridable. This is useful when the upstream archive was replaced
7 # and nixpkgs is not in sync yet.
11 hash = "sha256-8ya9RYpd9G5SITYOpvhxjQE8ieV8TuAApkjNwCf9nHs=";
17 callPackage ./generic.nix (
20 inherit (officeVersion) version edition;
22 pname = "softmaker-office-nx";
23 suiteName = "SoftMaker Office NX";
26 inherit (officeVersion) hash;
27 url = "https://www.softmaker.net/down/softmaker-office-nx-${version}-amd64.tgz";
30 archive = "officenx.tar.lzma";