From 623401788df6b9f2c91fb43f4d569ea4c0c66116 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 11 Jun 2015 12:32:31 +0200 Subject: [PATCH] Net::HTTP: Disable tests https://github.com/NixOS/nixpkgs/commit/4970574409ea15bcd769c4e999e8d272ae629b1b#commitcomment-11626433 --- pkgs/top-level/perl-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index c166457add2..a9168e3bdd2 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -6967,6 +6967,7 @@ let self = _self // overrides; _self = with self; { url = mirror://cpan/authors/id/G/GA/GAAS/Net-HTTP-6.06.tar.gz; sha256 = "1m1rvniffadq99gsy25298ia3lixwymr6kan64jd3ylyi7nkqkhx"; }; + doCheck = false; # binds to TCP ports meta = { description = "Low-level HTTP connection (client)"; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];