nixpkgs/pkgs/tools/misc/patdiff/default.nix

13 lines
304 B
Nix
Raw Normal View History

2017-05-28 20:16:45 +00:00
{ ocamlPackages }:
with ocamlPackages;
janePackage {
pname = "patdiff";
2018-07-05 19:40:30 +00:00
hash = "02cdn5j5brbp4n2rpxprzxfakjbl7n2llixg7m632bih3ppmfcq1";
2017-05-28 20:16:45 +00:00
buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre ];
meta = {
description = "File Diff using the Patience Diff algorithm";
};
}