ocamlPackages.xenstore-tool: init at 1.3.0
This commit is contained in:
committed by
Vincent Laporte
parent
34457e2fc6
commit
25ab7218c8
@@ -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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user