Add geolite-legacy 2015-03-26

The geoip package only installs a GeoIP _library_ which is useless
without a GeoIP _database_.

The only package to currently install such a database is ntopng, which
manually downloads Maxmind's GeoLite Legacy files to a private location.

Provide these as a separate package so other packages can use them as
well.
This commit is contained in:
Tobias Geerinckx-Rice
2015-03-31 15:54:06 +02:00
parent 1670a75285
commit 1a77b59a85
3 changed files with 64 additions and 0 deletions

View File

@@ -9676,6 +9676,8 @@ let
gentium = callPackage ../data/fonts/gentium {};
geolite-legacy = callPackage ../data/misc/geolite-legacy { };
gnome_user_docs = callPackage ../data/documentation/gnome-user-docs { };
inherit (gnome3) gsettings_desktop_schemas;