From bdb03ef4e8fc7711f6310955679df0694252e78f Mon Sep 17 00:00:00 2001 From: Travis Athougies Date: Wed, 14 Nov 2018 21:59:44 -0800 Subject: [PATCH] Add description and license to HashDiff --- pkgs/top-level/perl-packages.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 {