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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
290 B
Nix
Raw Normal View History

2017-05-28 20:16:45 +00:00
{ ocamlPackages }:
with ocamlPackages;
janePackage {
pname = "patdiff";
hash = "0623a7n5r659rkxbp96g361mvxkcgc6x9lcbkm3glnppplk5kxr9";
propagatedBuildInputs = [ core_unix patience_diff ocaml_pcre ];
2017-05-28 20:16:45 +00:00
meta = {
description = "File Diff using the Patience Diff algorithm";
};
}