Commit ec8b0eea authored by Marijan Petričević's avatar Marijan Petričević Committed by Vincent Laporte
Browse files

ocamlPackages.tar: 2.6.0 -> 3.3.0

comby: mark as broken
parent bea2d4fc
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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
  ];

+0 −2
Original line number Diff line number Diff line
{
  buildDunePackage,
  tar,
  cstruct-lwt,
  lwt,
  git,
}:
@@ -12,7 +11,6 @@ buildDunePackage {

  propagatedBuildInputs = [
    tar
    cstruct-lwt
    lwt
  ];

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