From 458552f614676a338272ca064a3207305345d4f9 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Fri, 12 Jun 2015 13:56:19 -0700 Subject: [PATCH] Revert "Net::HTTP: Disable tests" This should work with a well built version of perl that has correctly generated Errno information. This reverts commit 623401788df6b9f2c91fb43f4d569ea4c0c66116. --- pkgs/top-level/perl-packages.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index a9168e3bdd2..c166457add2 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -6967,7 +6967,6 @@ 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 ];