Merge pull request #200320 from viraptor/log4shib-darwin

Changed files
+1 -1
pkgs
development
libraries
log4shib
+1 -1
pkgs/development/libraries/log4shib/default.nix
···
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";