ocamlPackages.tar: 3.3.0 → 3.5.0
This commit is contained in:
@@ -2,22 +2,18 @@
|
||||
lib,
|
||||
fetchurl,
|
||||
buildDunePackage,
|
||||
camlp-streams,
|
||||
decompress,
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
buildDunePackage (finalAttrs: {
|
||||
pname = "tar";
|
||||
version = "3.3.0";
|
||||
version = "3.5.0";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/ocaml-tar/releases/download/v${version}/tar-${version}.tbz";
|
||||
hash = "sha256-89aw1nf9QP0euAvMxgu2EyIDWL5Y9mxfqL8CV/Pl65Y=";
|
||||
url = "https://github.com/mirage/ocaml-tar/releases/download/v${finalAttrs.version}/tar-${finalAttrs.version}.tbz";
|
||||
hash = "sha256-haKmHTDu+B5L+B4LQp0hPOtd1urtzWDJeeHLuRFJ+Qw=";
|
||||
};
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
camlp-streams
|
||||
decompress
|
||||
];
|
||||
|
||||
@@ -29,4 +25,4 @@ buildDunePackage rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.ulrikstrid ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
buildDunePackage,
|
||||
tar,
|
||||
eio,
|
||||
git,
|
||||
alcotest,
|
||||
eio_main,
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
@@ -16,8 +17,9 @@ buildDunePackage {
|
||||
eio
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
git
|
||||
checkInputs = [
|
||||
alcotest
|
||||
eio_main
|
||||
];
|
||||
|
||||
meta = tar.meta // {
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
buildDunePackage,
|
||||
tar,
|
||||
fpath,
|
||||
logs,
|
||||
lwt,
|
||||
git,
|
||||
}:
|
||||
@@ -11,6 +13,8 @@ buildDunePackage {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
tar
|
||||
fpath
|
||||
logs
|
||||
lwt
|
||||
];
|
||||
|
||||
|
||||
@@ -2093,9 +2093,7 @@ let
|
||||
inherit (pkgs) git;
|
||||
};
|
||||
|
||||
tar-eio = callPackage ../development/ocaml-modules/tar/eio.nix {
|
||||
inherit (pkgs) git;
|
||||
};
|
||||
tar-eio = callPackage ../development/ocaml-modules/tar/eio.nix { };
|
||||
|
||||
tcpip = callPackage ../development/ocaml-modules/tcpip { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user