Unverified Commit 45049389 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

termcolor: move CXXFLAGS into env for structuredAttrs

parent 5b8134af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
  ];