diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 5048ab928ea..b440ce8b75d 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -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 {