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:
Peter Simons 2010-05-21 08:44:44 +00:00
parent fa94d434a1
commit 77430510ed

View file

@ -1879,8 +1879,8 @@ rec {
url = mirror://cpan/authors/id/G/GB/GBARR/libnet-1.22.tar.gz;
sha256 = "113c36qilbvd69yhkm2i2ba20ajff7cdpgvlqx96j9bb1hfmhb1p";
};
# Test perform network access
doCheck = false;
patchPhase = "chmod a-x Configure";
doCheck = false; # The test suite fails, because it requires network access.
};
NetSMTPSSL = buildPerlPackage {