3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/tools/misc/patdiff/default.nix

14 lines
347 B
Nix
Raw Normal View History

2017-05-28 21:16:45 +01: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";
inherit (core_extended.meta) platforms;
};
}