ocamlPackages.tar: 2.6.0 -> 3.3.0

comby: mark as broken
This commit is contained in:
Marijan Petričević 2025-05-23 10:40:02 -05:00 committed by Vincent Laporte
parent bea2d4fc6c
commit ec8b0eeac8
3 changed files with 3 additions and 6 deletions

View File

@ -3,23 +3,21 @@
fetchurl,
buildDunePackage,
camlp-streams,
cstruct,
decompress,
}:
buildDunePackage rec {
pname = "tar";
version = "2.6.0";
version = "3.3.0";
src = fetchurl {
url = "https://github.com/mirage/ocaml-tar/releases/download/v${version}/tar-${version}.tbz";
hash = "sha256-yv8MtwRjQ+K/9/wPkhfk4xI1VV5MSIn7GUeSmFtvse4=";
hash = "sha256-89aw1nf9QP0euAvMxgu2EyIDWL5Y9mxfqL8CV/Pl65Y=";
};
minimalOCamlVersion = "4.08";
propagatedBuildInputs = [
camlp-streams
cstruct
decompress
];

View File

@ -1,7 +1,6 @@
{
buildDunePackage,
tar,
cstruct-lwt,
lwt,
git,
}:
@ -12,7 +11,6 @@ buildDunePackage {
propagatedBuildInputs = [
tar
cstruct-lwt
lwt
];

View File

@ -57,6 +57,7 @@ let
mainProgram = "comby";
license = lib.licenses.asl20;
homepage = "https://comby.dev";
broken = true; # Not compatible with ocamlPackages.tar ≥ 3
};
};