Add description and license to HashDiff
This commit is contained in:
parent
fa9fc8fbc6
commit
bdb03ef4e8
@ -6799,6 +6799,11 @@ let
|
|||||||
sha256 = "1ig0l859gq00k0r9l85274r2lbvwl7wsndcy52c0m3y9isilm6mw";
|
sha256 = "1ig0l859gq00k0r9l85274r2lbvwl7wsndcy52c0m3y9isilm6mw";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ HashMerge ];
|
propagatedBuildInputs = [ HashMerge ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 ];
|
||||||
|
description = "Return difference between two hashes as a hash";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
HashFlatten = buildPerlPackage rec {
|
HashFlatten = buildPerlPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user