patdiff: init at 0.9.0
This commit is contained in:
parent
5fd9b442f4
commit
f8fd5531a3
13
pkgs/tools/misc/patdiff/default.nix
Normal file
13
pkgs/tools/misc/patdiff/default.nix
Normal 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;
|
||||
};
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user