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

13 lines
310 B
Nix
Raw Normal View History

2017-05-28 21:16:45 +01:00
{ ocamlPackages }:
with ocamlPackages;
janePackage {
pname = "patdiff";
hash = "1yqvxdmkgcwgx3npgncpdqwkpdxiqr1q41wci7589s8z7xi5nwyz";
buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre shell ];
2017-05-28 21:16:45 +01:00
meta = {
description = "File Diff using the Patience Diff algorithm";
};
}