geolite-legacy: support all platforms; it's just data
This commit is contained in:
parent
f104a6c008
commit
5c90fed5d7
@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
|||||||
description = "GeoLite Legacy IP geolocation databases";
|
description = "GeoLite Legacy IP geolocation databases";
|
||||||
homepage = https://geolite.maxmind.com/download/geoip;
|
homepage = https://geolite.maxmind.com/download/geoip;
|
||||||
license = licenses.cc-by-sa-30;
|
license = licenses.cc-by-sa-30;
|
||||||
platforms = with platforms; linux;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user