1 { lib, buildGoModule, fetchFromGitHub, leveldb, geos }:
7 src = fetchFromGitHub {
11 hash = "sha256-4PwJzR/xeVdqAiHXzMAqI2m8qeqFXLZxy9V3o59eKwA=";
16 buildInputs = [ leveldb geos ];
20 "-X github.com/omniscale/imposm3.Version=${version}"
23 # requires network access
27 description = "Imposm imports OpenStreetMap data into PostGIS";
28 homepage = "https://imposm.org/";
29 changelog = "https://github.com/omniscale/imposm3/releases/tag/${src.rev}";
30 license = licenses.apsl20;
31 maintainers = with maintainers; [ sikmir ];
32 mainProgram = "imposm";