mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
Add description and license to HashDiff
This commit is contained in:
parent
fa9fc8fbc6
commit
bdb03ef4e8
@ -6799,6 +6799,11 @@ let
|
||||
sha256 = "1ig0l859gq00k0r9l85274r2lbvwl7wsndcy52c0m3y9isilm6mw";
|
||||
};
|
||||
propagatedBuildInputs = [ HashMerge ];
|
||||
|
||||
meta = {
|
||||
license = with stdenv.lib.licenses; [ artistic1 ];
|
||||
description = "Return difference between two hashes as a hash";
|
||||
};
|
||||
};
|
||||
|
||||
HashFlatten = buildPerlPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user