patdiff: init at 0.9.0

This commit is contained in:
Théo Zimmermann 2017-05-28 22:16:45 +02:00 committed by Profpatsch
parent 5fd9b442f4
commit f8fd5531a3
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{ 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;
};
}

View File

@ -1057,6 +1057,10 @@ with pkgs;
nfdump = callPackage ../tools/networking/nfdump { };
patdiff = callPackage ../tools/misc/patdiff {
ocamlPackages = ocamlPackages_4_03;
};
playerctl = callPackage ../tools/audio/playerctl { };
socklog = callPackage ../tools/system/socklog { };