perlPackages.EncodePunycode: init at 1.002

This commit is contained in:
Thomas Sean Dominic Kelly 2021-08-13 11:31:38 +01:00 committed by thomassdk
parent 1a935cd380
commit 2da91b27a3

View file

@ -7275,6 +7275,22 @@ let
};
};
EncodePunycode = buildPerlPackage {
pname = "Encode-Punycode";
version = "1.002";
src = fetchurl {
url = "mirror://cpan/authors/id/C/CF/CFAERBER/Encode-Punycode-1.002.tar.gz";
sha256 = "ca3aceecdb80b5d45aa10e1cde8fec4e90b4f8c9189c7504dd8658f071f77194";
};
buildInputs = [ TestNoWarnings ];
propagatedBuildInputs = [ NetIDNEncode ];
meta = {
homepage = "http://search.cpan.org/dist/Encode-Punycode";
description = "Encode plugin for Punycode (RFC 3492)";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
enum = buildPerlPackage {
pname = "enum";
version = "1.11";