perlPackages.IOSocketIP: nix-generate-from-cpan
This commit is contained in:
parent
910049d8ff
commit
fd09362c1d
@ -6089,6 +6089,18 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
IOSocketIP = buildPerlPackage {
|
||||
name = "IO-Socket-IP-0.37";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/P/PE/PEVANS/IO-Socket-IP-0.37.tar.gz;
|
||||
sha256 = "2adc5f0b641d41f662b4d99c0795780c62f9af9119884d053265fc8858ae6f7b";
|
||||
};
|
||||
meta = {
|
||||
description = "Family-neutral IP socket supporting both IPv4 and IPv6";
|
||||
license = "perl";
|
||||
};
|
||||
};
|
||||
|
||||
IOSocketInet6 = buildPerlPackage rec {
|
||||
name = "IO-Socket-INET6-2.72";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user