Unverified Commit 87208cc7 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

mapcache: fix build on darwin

parent 2da6994e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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/";