Skip to content

Commit ec8b0ee

Browse files
marijanpvbgl
authored andcommitted
ocamlPackages.tar: 2.6.0 -> 3.3.0
comby: mark as broken
1 parent bea2d4f commit ec8b0ee

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

pkgs/development/ocaml-modules/tar/default.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,21 @@
33
fetchurl,
44
buildDunePackage,
55
camlp-streams,
6-
cstruct,
76
decompress,
87
}:
98

109
buildDunePackage rec {
1110
pname = "tar";
12-
version = "2.6.0";
11+
version = "3.3.0";
1312
src = fetchurl {
1413
url = "https://github.com/mirage/ocaml-tar/releases/download/v${version}/tar-${version}.tbz";
15-
hash = "sha256-yv8MtwRjQ+K/9/wPkhfk4xI1VV5MSIn7GUeSmFtvse4=";
14+
hash = "sha256-89aw1nf9QP0euAvMxgu2EyIDWL5Y9mxfqL8CV/Pl65Y=";
1615
};
1716

1817
minimalOCamlVersion = "4.08";
1918

2019
propagatedBuildInputs = [
2120
camlp-streams
22-
cstruct
2321
decompress
2422
];
2523

pkgs/development/ocaml-modules/tar/unix.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
buildDunePackage,
33
tar,
4-
cstruct-lwt,
54
lwt,
65
git,
76
}:
@@ -12,7 +11,6 @@ buildDunePackage {
1211

1312
propagatedBuildInputs = [
1413
tar
15-
cstruct-lwt
1614
lwt
1715
];
1816

pkgs/development/tools/comby/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ let
5757
mainProgram = "comby";
5858
license = lib.licenses.asl20;
5959
homepage = "https://comby.dev";
60+
broken = true; # Not compatible with ocamlPackages.tar ≥ 3
6061
};
6162
};
6263

0 commit comments

Comments
 (0)