1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00
nixpkgs/pkgs/tools/misc/patdiff/default.nix

13 lines
303 B
Nix
Raw Normal View History

2017-05-28 21:16:45 +01:00
{ ocamlPackages }:
with ocamlPackages;
janePackage {
name = "patdiff";
2018-03-07 05:26:06 +00:00
hash = "04kl9h7j3pzpyic8p34b8i9vpf6qn7ixp077d8i44cpbymdqdn96";
2017-05-28 21:16:45 +01:00
buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre ];
meta = {
description = "File Diff using the Patience Diff algorithm";
};
}