osm2xmap: fix build
This commit is contained in:
parent
a84f21944f
commit
deaa36da0c
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
|||||||
"INSTALL_SHAREDIR=$(out)/share/"
|
"INSTALL_SHAREDIR=$(out)/share/"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" ];
|
||||||
|
|
||||||
installFlags = [ "DESTDIR=$(out)" ];
|
installFlags = [ "DESTDIR=$(out)" ];
|
||||||
|
|
||||||
buildInputs = [ libroxml proj libyamlcpp boost ];
|
buildInputs = [ libroxml proj libyamlcpp boost ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user