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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user