mapcache: fix build on darwin

This commit is contained in:
Nikolay Korotkiy 2023-02-07 02:10:23 +03:00
parent 2da6994e17
commit 87208cc7da
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -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/";