about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-02-28 10:44:46 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-02-28 10:45:20 +0000
commitfd0a32e510dbd3a15de22b0c3f82e11ad2fab28e (patch)
tree3512cdcf285d4c643dbdfd9ed7fa8ecdbb540945 /pkgs
parent28e9d1fc5b546e1f09b511d5ec72d7aba8c26c68 (diff)
perlPackages.Socket: skip broken test
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/perl-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index fb5b46fa6600c..7608e6d834705 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -12288,6 +12288,10 @@ let self = _self // overrides; _self = with self; {
       url = mirror://cpan/authors/id/P/PE/PEVANS/Socket-2.020.tar.gz;
       sha256 = "9ad4174c45b4c31d5e0b8019ada1fc767093849e77f268f0d1831eeb891dfdd7";
     };
+    postPatch = ''
+      # requires network access
+      rm t/getnameinfo.t
+    '';
     meta = {
       description = "Networking constants and support functions";
       license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];