14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 sha256 = "sha256-QM6Nj2cmrhUysR2enFKhTWXdBXNqM21/Yqdn/zXEfYE=";
25 nativeBuildInputs = [ cmake ];
36 cmakeFlags = [ "-DINSTALL_GDALCPP:BOOL=ON" ];
41 description = "Fast and flexible C++ library for working with OpenStreetMap data";
42 homepage = "https://osmcode.org/libosmium/";
43 license = licenses.boost;
45 "https://github.com/osmcode/libosmium/releases/tag/v${version}"
46 "https://github.com/osmcode/libosmium/blob/v${version}/CHANGELOG.md"
48 maintainers = with maintainers; teams.geospatial.members ++ [ das-g ];