3
0
Fork 0
forked from mirrors/nixpkgs

Disabling tests on two perl packages, whose tests related to network

failed on chroot builds.
That should allow hydra to build git.

(Thanks to David Brown)

svn path=/nixpkgs/trunk/; revision=21812
This commit is contained in:
Lluís Batlle i Rossell 2010-05-17 06:47:52 +00:00
parent fc0279c07e
commit 0dc24d9f04

View file

@ -1879,6 +1879,8 @@ rec {
url = mirror://cpan/authors/id/G/GB/GBARR/libnet-1.22.tar.gz;
sha256 = "113c36qilbvd69yhkm2i2ba20ajff7cdpgvlqx96j9bb1hfmhb1p";
};
# Test perform network access
doCheck = false;
};
NetSMTPSSL = buildPerlPackage {
@ -1898,6 +1900,8 @@ rec {
};
buildInputs = [pkgs.openssl];
OPENSSL_PREFIX = pkgs.openssl;
# Test perform network access
doCheck = false;
};
NetTwitterLite = buildPerlPackage {