mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
ocamlPackages.gettext-camomile: init at 0.4.2
This commit is contained in:
parent
ef0e64ec60
commit
9ac5c7df17
16
pkgs/development/ocaml-modules/ocaml-gettext/camomile.nix
Normal file
16
pkgs/development/ocaml-modules/ocaml-gettext/camomile.nix
Normal file
@ -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 { };
|
||||
|
||||
gettext-camomile = callPackage ../development/ocaml-modules/ocaml-gettext/camomile.nix { };
|
||||
|
||||
gettext-stub = callPackage ../development/ocaml-modules/ocaml-gettext/stub.nix { };
|
||||
|
||||
ocamlgraph = callPackage ../development/ocaml-modules/ocamlgraph { };
|
||||
|
Loading…
Reference in New Issue
Block a user