freeoffice: init at 966
This commit is contained in:
parent
97390d648d
commit
11184dee46
15
pkgs/applications/office/softmaker/freeoffice.nix
Normal file
15
pkgs/applications/office/softmaker/freeoffice.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{ callPackage, fetchurl, ... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
pname = "freeoffice";
|
||||||
|
version = "966";
|
||||||
|
edition = "2018";
|
||||||
|
suiteName = "FreeOffice";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://www.softmaker.net/down/softmaker-freeoffice-${version}-amd64.tgz";
|
||||||
|
sha256 = "18s92d2pmhmd56sb9c1zirwxzfgpqd8wh11bl0zi6g6skn68zhx4";
|
||||||
|
};
|
||||||
|
|
||||||
|
archive = "freeoffice${edition}.tar.lzma";
|
||||||
|
})
|
@ -18423,6 +18423,8 @@ in
|
|||||||
|
|
||||||
freenet = callPackage ../applications/networking/p2p/freenet { };
|
freenet = callPackage ../applications/networking/p2p/freenet { };
|
||||||
|
|
||||||
|
freeoffice = callPackage ../applications/office/softmaker/freeoffice.nix {};
|
||||||
|
|
||||||
freepv = callPackage ../applications/graphics/freepv { };
|
freepv = callPackage ../applications/graphics/freepv { };
|
||||||
|
|
||||||
xfontsel = callPackage ../applications/misc/xfontsel { };
|
xfontsel = callPackage ../applications/misc/xfontsel { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user