ocamlPackages.gettext-camomile: init at 0.4.2
This commit is contained in:
parent
ef0e64ec60
commit
9ac5c7df17
|
@ -0,0 +1,16 @@
|
||||||
|
{ buildDunePackage, ocaml_gettext, camomile, ounit, fileutils }:
|
||||||
|
|
||||||
|
buildDunePackage {
|
||||||
|
pname = "gettext-camomile";
|
||||||
|
inherit (ocaml_gettext) src version useDune2;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ camomile ocaml_gettext ];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
checkInputs = [ ounit fileutils ];
|
||||||
|
|
||||||
|
meta = ocaml_gettext.meta // {
|
||||||
|
description = "Internationalization library using camomile (i18n)";
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
|
@ -796,6 +796,8 @@ let
|
||||||
|
|
||||||
ocaml_gettext = callPackage ../development/ocaml-modules/ocaml-gettext { };
|
ocaml_gettext = callPackage ../development/ocaml-modules/ocaml-gettext { };
|
||||||
|
|
||||||
|
gettext-camomile = callPackage ../development/ocaml-modules/ocaml-gettext/camomile.nix { };
|
||||||
|
|
||||||
gettext-stub = callPackage ../development/ocaml-modules/ocaml-gettext/stub.nix { };
|
gettext-stub = callPackage ../development/ocaml-modules/ocaml-gettext/stub.nix { };
|
||||||
|
|
||||||
ocamlgraph = callPackage ../development/ocaml-modules/ocamlgraph { };
|
ocamlgraph = callPackage ../development/ocaml-modules/ocamlgraph { };
|
||||||
|
|
Loading…
Reference in New Issue