termcolor: move CXXFLAGS into env for structuredAttrs (#490781)

This commit is contained in:
Jo
2026-02-19 12:40:47 +00:00
committed by GitHub
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ cmake ];
cmakeFlags = [ "-DTERMCOLOR_TESTS=ON" ];
CXXFLAGS = [
env.CXXFLAGS = toString [
# GCC 13: error: 'uint8_t' has not been declared
"-include cstdint"
];