log4shib: fix darwin build

This commit is contained in:
Stanisław Pitucha 2022-11-09 12:50:47 +11:00 committed by Stanisław Pitucha
parent 6222a96a71
commit a054dab33e

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ autoreconfHook ];
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
CXXFLAGS = "-std=c++11";
meta = with lib; {
description = "A forked version of log4cpp that has been created for the Shibboleth project";