On Thu, Jul 28, 2016 at 11:38:28PM +0200, Danny Milosavljevic wrote: > > gnu: Add perl-geo-ip. > > * gnu/packages/networking.scm (perl-geo-ip): Add variable. > --- > gnu/packages/networking.scm | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) >
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm > index 134ad5d..660c025 100644 > --- a/gnu/packages/networking.scm > +++ b/gnu/packages/networking.scm > @@ -588,3 +588,27 @@ offline emulation of DNS.") > "Perl extension for merging IPv4 or IPv6 CIDR addresses") > (description "Net::CIDR::Lite merges IPv4 or IPv6 CIDR addresses.") > (license license:gpl1+))) > + > +;; TODO: Use the geolite-mirror-simple.pl script from the example > +;; directory to stay current with the databases. How? Good question. Any progress? I don't think it should block the package, right?