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

13 lines
303 B
Nix
Raw Normal View History

2017-05-28 20:16:45 +00:00
{ ocamlPackages }:
with ocamlPackages;
janePackage {
name = "patdiff";
hash = "15b6nkmd2z07j4nnmkb2g6qn3daw2xmmz3lgswkj03v29ffib014";
buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre ];
meta = {
description = "File Diff using the Patience Diff algorithm";
};
}