about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2021-09-21 08:43:13 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2021-10-13 10:04:20 +0200
commit993fe6176af28eb0e0fa0c10f4fa4cfb353ea4f8 (patch)
tree615fb7aed44fd7033253ccfe67216712b9e7840c /pkgs/top-level/ocaml-packages.nix
parentb2c49d1d71f351b7fc212d82ddeada76a4ec4aa0 (diff)
ocamlPackages.tar: init at 1.1.0
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 44de4ed9aeaf0..9b5c24f6b70e4 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -1074,6 +1074,10 @@ let
 
     spacetime_lib = callPackage ../development/ocaml-modules/spacetime_lib { };
 
+    tar-unix = callPackage ../development/ocaml-modules/tar/unix.nix { };
+
+    tar = callPackage ../development/ocaml-modules/tar { };
+
     tcpip = callPackage ../development/ocaml-modules/tcpip { };
 
     tsort = callPackage ../development/ocaml-modules/tsort { };