perlPackages.CryptHSXKPasswd: init at 3.6

Note that because of an upstream issue two module tests fail and
dictionary file functionality does not work in either the library or
`hsxkpasswd` binary.

See:
- https://github.com/bbusschots/hsxkpasswd/issues/42
- https://github.com/bbusschots/hsxkpasswd/issues/43

authored by Dan Nixon and committed by Anderson Torres d06515a0 ef8a0a04

+20
+20
pkgs/top-level/perl-packages.nix
··· 4947 }; 4948 }; 4949 4950 CryptIDEA = buildPerlPackage { 4951 pname = "Crypt-IDEA"; 4952 version = "1.10";
··· 4947 }; 4948 }; 4949 4950 + CryptHSXKPasswd = buildPerlPackage { 4951 + pname = "Crypt-HSXKPasswd"; 4952 + version = "3.6"; 4953 + src = fetchurl { 4954 + url = "mirror://cpan/authors/id/B/BA/BARTB/Crypt-HSXKPasswd-v3.6.tar.gz"; 4955 + hash = "sha256-lZ3MX58BG/ALha0i31ZrerK/XqHTYrDeD7WuKfvEWLM="; 4956 + }; 4957 + buildInputs = [ Clone DateTime FileHomeDir FileShare FileShareDir GetoptLong JSON ListMoreUtils MathRound Readonly TextUnidecode TypeTiny ]; 4958 + meta = { 4959 + description = "A secure memorable password generator"; 4960 + homepage = "http://www.bartb.ie/hsxkpasswd"; 4961 + license = with lib.licenses; [ bsd2 ]; 4962 + maintainers = [ maintainers.dannixon ]; 4963 + mainProgram = "hsxkpasswd"; 4964 + }; 4965 + # Two tests fail as a result of https://github.com/bbusschots/hsxkpasswd/issues/42 4966 + # (also see https://github.com/bbusschots/hsxkpasswd/issues/43) 4967 + doCheck = false; 4968 + }; 4969 + 4970 CryptIDEA = buildPerlPackage { 4971 pname = "Crypt-IDEA"; 4972 version = "1.10";