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:
parent
fc0279c07e
commit
0dc24d9f04
@ -1879,6 +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
|
||||||
|
doCheck = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
NetSMTPSSL = buildPerlPackage {
|
NetSMTPSSL = buildPerlPackage {
|
||||||
@ -1898,6 +1900,8 @@ rec {
|
|||||||
};
|
};
|
||||||
buildInputs = [pkgs.openssl];
|
buildInputs = [pkgs.openssl];
|
||||||
OPENSSL_PREFIX = pkgs.openssl;
|
OPENSSL_PREFIX = pkgs.openssl;
|
||||||
|
# Test perform network access
|
||||||
|
doCheck = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
NetTwitterLite = buildPerlPackage {
|
NetTwitterLite = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user