ocamlPackages.tar: 2.6.0 -> 3.3.0
comby: mark as broken
This commit is contained in:
parent
bea2d4fc6c
commit
ec8b0eeac8
@ -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
|
||||
];
|
||||
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
{
|
||||
buildDunePackage,
|
||||
tar,
|
||||
cstruct-lwt,
|
||||
lwt,
|
||||
git,
|
||||
}:
|
||||
@ -12,7 +11,6 @@ buildDunePackage {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
tar
|
||||
cstruct-lwt
|
||||
lwt
|
||||
];
|
||||
|
||||
|
||||
@ -57,6 +57,7 @@ let
|
||||
mainProgram = "comby";
|
||||
license = lib.licenses.asl20;
|
||||
homepage = "https://comby.dev";
|
||||
broken = true; # Not compatible with ocamlPackages.tar ≥ 3
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user