osm2pgsql: version dev

master
Jean-Pierre PRUNARET 8 years ago
parent 2a7f5c3780
commit a1cdfdceba

@ -1,14 +1,16 @@
with import <nixpkgs> {}; with import <nixpkgs> {};
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.92.0"; #version = "0.92.0";
version = "2017-03-03";
name = "osm2pgsql-${version}"; name = "osm2pgsql-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openstreetmap"; owner = "openstreetmap";
repo = "osm2pgsql"; repo = "osm2pgsql";
rev = version; #rev = "master";
sha256 = "1wf3xd33glf4kf34yx7ljwzmn24iar1rb0zqf8m2qclqs169f8dz"; rev = "c49d1b91aa559444f79280d5cef206d0541c9859";
sha256 = "0wn0bm4ghp5rpm8avwp3j9f36l1lgl2v245v5smqfqxgarjvsbvk";
}; };
# https://github.com/openstreetmap/osm2pgsql/issues/634 # https://github.com/openstreetmap/osm2pgsql/issues/634
@ -23,7 +25,6 @@ stdenv.mkDerivation rec {
bzip2 bzip2
cmake cmake
expat expat
geos
#libressl # TLS, crypto implementation #libressl # TLS, crypto implementation
lua lua
openssl # TLS, crypto implementation openssl # TLS, crypto implementation
@ -42,10 +43,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://wiki.openstreetmap.org/wiki/Osm2pgsql; homepage = http://wiki.openstreetmap.org/wiki/Osm2pgsql;
description = "osm2pgsql is a tool for loading OpenStreetMap data into a PostgreSQL / PostGIS database suitable for applications like rendering into a map, geocoding with Nominatim, or general analysis."; description = "osm2pgsql is a tool for loading OpenStreetMap data into a PostgreSQL / PostGIS database suitable for applications like rendering into a map, geocoding with Nominatim, or general analysis.";
#license = licenses.gpl2; license = licenses.gpl2;
#maintainers = [ maintainers.phunehehe ]; maintainers = [ maintainers.jpierre03 ];
maintainers = [ "Jean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>" ];
#maintainers = [ maintainers.jpierre03 ];
}; };
} }

Loading…
Cancel
Save