about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-01-17 12:45:33 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-01-24 17:38:11 +0100
commit25ab7218c8078a722ebba7aa031051f0044a33ce (patch)
treeeda1a29f4b992dbdc2b51c9e927a819f56dd81e7 /pkgs/top-level
parent34457e2fc6659adc875d132e19ff71c95d05b016 (diff)
downloadnixlib-25ab7218c8078a722ebba7aa031051f0044a33ce.tar
nixlib-25ab7218c8078a722ebba7aa031051f0044a33ce.tar.gz
nixlib-25ab7218c8078a722ebba7aa031051f0044a33ce.tar.bz2
nixlib-25ab7218c8078a722ebba7aa031051f0044a33ce.tar.lz
nixlib-25ab7218c8078a722ebba7aa031051f0044a33ce.tar.xz
nixlib-25ab7218c8078a722ebba7aa031051f0044a33ce.tar.zst
nixlib-25ab7218c8078a722ebba7aa031051f0044a33ce.zip
ocamlPackages.xenstore-tool: init at 1.3.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 580d76e49582..308240737abf 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -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 { };