frr: move CXXFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters 2026-02-15 18:58:40 +01:00
parent bf9bd3c0fd
commit d404ae2ef9
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -91,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
# Without the std explicitly set, we may run into abseil-cpp
# compilation errors.
CXXFLAGS = "-std=gnu++23";
env.CXXFLAGS = "-std=gnu++23";
nativeBuildInputs = [
autoreconfHook