osm2xmap: fix build

This commit is contained in:
Jonathan Ringer 2019-07-11 03:52:04 -07:00
parent a84f21944f
commit deaa36da0c

View File

@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
"INSTALL_SHAREDIR=$(out)/share/"
];
NIX_CFLAGS_COMPILE = [ "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" ];
installFlags = [ "DESTDIR=$(out)" ];
buildInputs = [ libroxml proj libyamlcpp boost ];