log4shib: move CXXFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-15 19:56:51 +01:00
parent 232e0db9c6
commit 6971f813a3
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ autoreconfHook ];
CXXFLAGS = "-std=c++11";
env.CXXFLAGS = "-std=c++11";
meta = {
description = "Forked version of log4cpp that has been created for the Shibboleth project";