php: move env variable into env for structuredAttrs (#524025)

This commit is contained in:
Pol Dellaiera
2026-05-25 20:38:19 +00:00
committed by GitHub
@@ -255,8 +255,10 @@ let
++ lib.optional systemdSupport systemdLibs
++ lib.optional valgrindSupport valgrind;
CXXFLAGS = lib.optionalString stdenv.cc.isClang "-std=c++11";
SKIP_PERF_SENSITIVE = 1;
env = {
CXXFLAGS = lib.optionalString stdenv.cc.isClang "-std=c++11";
SKIP_PERF_SENSITIVE = 1;
};
configureFlags =
# Disable all extensions