mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
perlPackages.Socket: skip broken test
This commit is contained in:
parent
28e9d1fc5b
commit
fd0a32e510
1 changed files with 4 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue