mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
osm2xmap: fix build
This commit is contained in:
parent
a84f21944f
commit
deaa36da0c
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user