ocamlPackages.xenstore-tool: init at 1.3.0

wip/yesman
sternenseemann 3 years ago committed by Vincent Laporte
parent 34457e2fc6
commit 25ab7218c8
  1. 13
      pkgs/development/ocaml-modules/xenstore-tool/default.nix
  2. 2
      pkgs/top-level/ocaml-packages.nix

@ -0,0 +1,13 @@
{ buildDunePackage, xenstore_transport, xenstore, lwt }:
buildDunePackage {
pname = "xenstore-tool";
inherit (xenstore_transport) src version useDune2 minimumOCamlVersion;
buildInputs = [ xenstore_transport xenstore lwt ];
meta = xenstore_transport.meta // {
description = "Command line tool for interfacing with xenstore";
};
}

@ -1095,6 +1095,8 @@ let
xenstore_transport = callPackage ../development/ocaml-modules/xenstore_transport { };
xenstore-tool = callPackage ../development/ocaml-modules/xenstore-tool { };
xmlm = callPackage ../development/ocaml-modules/xmlm { };
xml-light = callPackage ../development/ocaml-modules/xml-light { };

Loading…
Cancel
Save