Loading pkgs/development/ocaml-modules/tar/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -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 ]; Loading pkgs/development/ocaml-modules/tar/unix.nix +0 −2 Original line number Diff line number Diff line { buildDunePackage, tar, cstruct-lwt, lwt, git, }: Loading @@ -12,7 +11,6 @@ buildDunePackage { propagatedBuildInputs = [ tar cstruct-lwt lwt ]; Loading pkgs/development/tools/comby/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ let mainProgram = "comby"; license = lib.licenses.asl20; homepage = "https://comby.dev"; broken = true; # Not compatible with ocamlPackages.tar ≥ 3 }; }; Loading Loading
pkgs/development/ocaml-modules/tar/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -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 ]; Loading
pkgs/development/ocaml-modules/tar/unix.nix +0 −2 Original line number Diff line number Diff line { buildDunePackage, tar, cstruct-lwt, lwt, git, }: Loading @@ -12,7 +11,6 @@ buildDunePackage { propagatedBuildInputs = [ tar cstruct-lwt lwt ]; Loading
pkgs/development/tools/comby/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ let mainProgram = "comby"; license = lib.licenses.asl20; homepage = "https://comby.dev"; broken = true; # Not compatible with ocamlPackages.tar ≥ 3 }; }; Loading