This commit is contained in:
Rongsong Shen 2025-11-05 11:07:14 +08:00
parent de44a16949
commit f7244c7e45
3 changed files with 41 additions and 1 deletions

View file

@ -27,7 +27,8 @@ stdenv.mkDerivation (finalAttrs: {
};
nativeBuildInputs = [ cmake ];
makeFlags = [ "UNITY_OUTPUT_COLOR=1" ];
# makeFlags = [ "UNITY_OUTPUT_COLOR=1" ];
env.NIX_CFLAGS_COMPILE = "-DUNITY_OUTPUT_COLOR=1";
doCheck = true;
postInstall = ''