ocamlPackages.zelus-gtk: init at 2.2
This commit is contained in:
parent
cd8f19163a
commit
bc1d216bb2
2 changed files with 26 additions and 0 deletions
24
pkgs/development/ocaml-modules/zelus-gtk/default.nix
Normal file
24
pkgs/development/ocaml-modules/zelus-gtk/default.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
{ buildDunePackage
|
||||
, zelus
|
||||
, lablgtk
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "zelus-gtk";
|
||||
inherit (zelus) version src postPatch;
|
||||
|
||||
minimalOCamlVersion = "4.08.1";
|
||||
|
||||
nativeBuildInputs = [
|
||||
zelus
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
lablgtk
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Zelus GTK library";
|
||||
inherit (zelus.meta) homepage license maintainers;
|
||||
};
|
||||
}
|
|
@ -1882,6 +1882,8 @@ let
|
|||
|
||||
zelus = callPackage ../development/ocaml-modules/zelus { };
|
||||
|
||||
zelus-gtk = callPackage ../development/ocaml-modules/zelus-gtk { };
|
||||
|
||||
zmq = callPackage ../development/ocaml-modules/zmq { };
|
||||
|
||||
zmq-lwt = callPackage ../development/ocaml-modules/zmq/lwt.nix { };
|
||||
|
|
Loading…
Reference in a new issue