mapcache: fix build on darwin
This commit is contained in:
parent
2da6994e17
commit
87208cc7da
@ -48,6 +48,8 @@ stdenv.mkDerivation rec {
|
||||
"-DAPACHE_MODULE_DIR=${placeholder "out"}/modules"
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-std=c99";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A server that implements tile caching to speed up access to WMS layers";
|
||||
homepage = "https://mapserver.org/mapcache/";
|
||||
|
Loading…
Reference in New Issue
Block a user