mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
perlPackages.ZonemasterLDNS: 3.2.0 -> 5.0.2
This commit is contained in:
@@ -39542,10 +39542,10 @@ with self;
|
||||
|
||||
ZonemasterLDNS = buildPerlPackage {
|
||||
pname = "Zonemaster-LDNS";
|
||||
version = "3.2.0";
|
||||
version = "5.0.2";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/Z/ZN/ZNMSTR/Zonemaster-LDNS-3.2.0.tar.gz";
|
||||
hash = "sha256-BpsWQRcpX6gtJSlAocqLMIrYsfPocjvk6CaqqX9wbWw=";
|
||||
url = "mirror://cpan/authors/id/Z/ZN/ZNMSTR/Zonemaster-LDNS-5.0.2.tar.gz";
|
||||
hash = "sha256-IP1f+7SgnQ1vv9BjkBoSsa7rv9k3KoXOLUVcmkwJqYY=";
|
||||
};
|
||||
env.NIX_CFLAGS_COMPILE = "-I${pkgs.openssl.dev}/include -I${pkgs.libidn2}.dev}/include";
|
||||
env.NIX_CFLAGS_LINK = "-L${lib.getLib pkgs.openssl}/lib -L${lib.getLib pkgs.libidn2}/lib -lcrypto -lidn2";
|
||||
@@ -39555,10 +39555,13 @@ with self;
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
buildInputs = [
|
||||
DevelChecklib
|
||||
ExtUtilsPkgConfig
|
||||
MIMEBase32
|
||||
ModuleInstall
|
||||
ModuleInstallXSUtil
|
||||
TestFatal
|
||||
TestDifferences
|
||||
TestException
|
||||
pkgs.ldns
|
||||
pkgs.libidn2
|
||||
pkgs.openssl
|
||||
|
||||
Reference in New Issue
Block a user