[cpan2nix] perlPackages.NetWhoisIP: cleanup

This commit is contained in:
volth 2019-07-18 22:50:31 +00:00
parent 927756bdbf
commit 05a1b517ab

View File

@ -12770,14 +12770,13 @@ let
url = mirror://cpan/authors/id/B/BS/BSCHMITZ/Net-Whois-IP-1.19.tar.gz; url = mirror://cpan/authors/id/B/BS/BSCHMITZ/Net-Whois-IP-1.19.tar.gz;
sha256 = "08kj2h9qiyfvv3jfz619xl796j93cslg7d96919mnrnjy6hdz6zh"; sha256 = "08kj2h9qiyfvv3jfz619xl796j93cslg7d96919mnrnjy6hdz6zh";
}; };
propagatedBuildInputs = [ RegexpIPv6 LWPProtocolhttps ];
doCheck = false; doCheck = false;
# https://rt.cpan.org/Public/Bug/Display.html?id=99377 # https://rt.cpan.org/Public/Bug/Display.html?id=99377
postPatch = '' postPatch = ''
substituteInPlace IP.pm --replace " AutoLoader" "" substituteInPlace IP.pm --replace " AutoLoader" ""
''; '';
buildInputs = [ RegexpIPv6 ];
}; };
NetWorks = buildPerlPackage { NetWorks = buildPerlPackage {