termcolor: move CXXFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-15 19:44:06 +01:00
parent 5b8134af6e
commit 4504938921
+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"
];