perlPackages.Socket: 2.020 -> 2.027
Also disable t/getaddrinfo.t test which requires network access.
This commit is contained in:
parent
40f9a3e9d2
commit
467c03de31
@ -12320,16 +12320,17 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Socket = buildPerlPackage {
|
Socket = buildPerlPackage {
|
||||||
name = "Socket-2.020";
|
name = "Socket-2.027";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/P/PE/PEVANS/Socket-2.020.tar.gz;
|
url = mirror://cpan/authors/id/P/PE/PEVANS/Socket-2.027.tar.gz;
|
||||||
sha256 = "9ad4174c45b4c31d5e0b8019ada1fc767093849e77f268f0d1831eeb891dfdd7";
|
sha256 = "1a725fbqx6bjzjf63bgs5wvzd20kffz1f94pbmv1670p9m4i270l";
|
||||||
};
|
};
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# requires network access
|
# requires network access
|
||||||
rm t/getnameinfo.t
|
rm t/getnameinfo.t t/getaddrinfo.t
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = https://metacpan.org/pod/Socket;
|
||||||
description = "Networking constants and support functions";
|
description = "Networking constants and support functions";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user