mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #95321 from stigtsp/package/perl-crypt-sodium-init
perlPackages.CryptSodium: init at 0.11
This commit is contained in:
commit
0fa8211683
@ -4039,6 +4039,23 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
CryptSodium = buildPerlPackage {
|
||||||
|
pname = "Crypt-Sodium";
|
||||||
|
version = "0.11";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/M/MG/MGREGORO/Crypt-Sodium-0.11.tar.gz";
|
||||||
|
sha256 = "0y3c24zv4iwnvlf9zwxambk8ddram54fm6l1m5yhbskc0nhp6z4h";
|
||||||
|
};
|
||||||
|
NIX_CFLAGS_COMPILE = "-I${pkgs.libsodium.dev}/include";
|
||||||
|
NIX_CFLAGS_LINK = "-L${pkgs.libsodium.out}/lib -lsodium";
|
||||||
|
meta = {
|
||||||
|
homepage = "https://metacpan.org/release/Crypt-Sodium";
|
||||||
|
description = "Perl bindings for libsodium (NaCL)";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.sgo ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
CryptTwofish = buildPerlPackage {
|
CryptTwofish = buildPerlPackage {
|
||||||
pname = "Crypt-Twofish";
|
pname = "Crypt-Twofish";
|
||||||
version = "2.17";
|
version = "2.17";
|
||||||
|
Loading…
Reference in New Issue
Block a user