Unverified Commit 77483bc4 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents bf4c7984 45049389
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"
  ];