Skip to content

Commit d6fa540

Browse files
authored
Merge pull request NixOS#72214 from tekeri/feature/add-perl-module-crypt-ecb
perlPackages.CryptECB: init at 2.21
2 parents 2685391 + cc780aa commit d6fa540

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pkgs/top-level/perl-packages.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3420,6 +3420,19 @@ let
34203420
NIX_CFLAGS_LINK = "-L${pkgs.gmp.out}/lib -lgmp";
34213421
};
34223422

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+
34233436
CryptEksblowfish = buildPerlModule {
34243437
pname = "Crypt-Eksblowfish";
34253438
version = "0.009";

0 commit comments

Comments
 (0)