mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
pkgs/top-level/perl-packages.nix: fixed build of perl-Net-SMTP-SSL on Darwin
Thanks to David Brown for explaining how to do this. svn path=/nixpkgs/trunk/; revision=21933
This commit is contained in:
parent
fa94d434a1
commit
77430510ed
@ -1879,8 +1879,8 @@ rec {
|
|||||||
url = mirror://cpan/authors/id/G/GB/GBARR/libnet-1.22.tar.gz;
|
url = mirror://cpan/authors/id/G/GB/GBARR/libnet-1.22.tar.gz;
|
||||||
sha256 = "113c36qilbvd69yhkm2i2ba20ajff7cdpgvlqx96j9bb1hfmhb1p";
|
sha256 = "113c36qilbvd69yhkm2i2ba20ajff7cdpgvlqx96j9bb1hfmhb1p";
|
||||||
};
|
};
|
||||||
# Test perform network access
|
patchPhase = "chmod a-x Configure";
|
||||||
doCheck = false;
|
doCheck = false; # The test suite fails, because it requires network access.
|
||||||
};
|
};
|
||||||
|
|
||||||
NetSMTPSSL = buildPerlPackage {
|
NetSMTPSSL = buildPerlPackage {
|
||||||
|
Loading…
Reference in New Issue
Block a user