We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2685391 + cc780aa commit d6fa540Copy full SHA for d6fa540
pkgs/top-level/perl-packages.nix
@@ -3420,6 +3420,19 @@ let
3420
NIX_CFLAGS_LINK = "-L${pkgs.gmp.out}/lib -lgmp";
3421
};
3422
3423
+ CryptECB = buildPerlPackage {
3424
+ pname = "Crypt-ECB";
3425
+ version = "2.21";
3426
+ src = fetchurl {
3427
+ url = "mirror://cpan/authors/id/A/AP/APPEL/Crypt-ECB-2.21.tar.gz";
3428
+ sha256 = "890f8b3040220ea705ee5ca4f9bd23435a1779bc3ffa75533736e6c9c21d1015";
3429
+ };
3430
+ meta = with stdenv.lib; {
3431
+ description = "Use block ciphers using ECB mode";
3432
+ license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
3433
3434
3435
+
3436
CryptEksblowfish = buildPerlModule {
3437
pname = "Crypt-Eksblowfish";
3438
version = "0.009";
0 commit comments