mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
[cpan2nix] perlPackages.NetWhoisIP: cleanup
This commit is contained in:
parent
927756bdbf
commit
05a1b517ab
@ -12770,14 +12770,13 @@ let
|
||||
url = mirror://cpan/authors/id/B/BS/BSCHMITZ/Net-Whois-IP-1.19.tar.gz;
|
||||
sha256 = "08kj2h9qiyfvv3jfz619xl796j93cslg7d96919mnrnjy6hdz6zh";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ RegexpIPv6 LWPProtocolhttps ];
|
||||
doCheck = false;
|
||||
|
||||
# https://rt.cpan.org/Public/Bug/Display.html?id=99377
|
||||
postPatch = ''
|
||||
substituteInPlace IP.pm --replace " AutoLoader" ""
|
||||
'';
|
||||
buildInputs = [ RegexpIPv6 ];
|
||||
};
|
||||
|
||||
NetWorks = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user