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>2023-09-12 20:24:15 +0200
committerGitHub <noreply@github.com>2023-09-12 20:24:15 +0200
commita49bf2346b2aed8fbcde44fe4e3cb467f7011abe (patch)
tree04655a93fe741a071ae9abad2284781982831116 /pkgs/top-level/ocaml-packages.nix
parente241729cc6a64da525a653a1f04fe99cf4c72641 (diff)
parent90fcbd21f67203adeb676ea694696c1c115adc18 (diff)
downloadnixlib-a49bf2346b2aed8fbcde44fe4e3cb467f7011abe.tar
nixlib-a49bf2346b2aed8fbcde44fe4e3cb467f7011abe.tar.gz
nixlib-a49bf2346b2aed8fbcde44fe4e3cb467f7011abe.tar.bz2
nixlib-a49bf2346b2aed8fbcde44fe4e3cb467f7011abe.tar.lz
nixlib-a49bf2346b2aed8fbcde44fe4e3cb467f7011abe.tar.xz
nixlib-a49bf2346b2aed8fbcde44fe4e3cb467f7011abe.tar.zst
nixlib-a49bf2346b2aed8fbcde44fe4e3cb467f7011abe.zip
Merge pull request #253505 from vbgl/ocaml-tar-2.5.1
ocamlPackages.tar: 2.2.2 → 2.5.1
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index fc896cfb1402..e66c1fbc9fb0 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -1695,7 +1695,9 @@ let
 
     tar = callPackage ../development/ocaml-modules/tar { };
 
-    tar-unix = callPackage ../development/ocaml-modules/tar/unix.nix { };
+    tar-unix = callPackage ../development/ocaml-modules/tar/unix.nix {
+      inherit (pkgs) git;
+    };
 
     tcpip = callPackage ../development/ocaml-modules/tcpip { };