mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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";
|
||||
homepage = https://geolite.maxmind.com/download/geoip;
|
||||
license = licenses.cc-by-sa-30;
|
||||
platforms = with platforms; linux;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue