monkeys-audio: remove redundant NIX_CFLAGS_COMPILE

This commit is contained in:
Doron Behar
2026-03-26 09:54:30 +02:00
parent 11f32dd3f0
commit 13235e209f
@@ -15,11 +15,6 @@ stdenv.mkDerivation (finalAttrs: {
stripRoot = false;
};
env.NIX_CFLAGS_COMPILE = toString [
# Otherwise, >> related build errors are encountered
"-std=c++11"
];
nativeBuildInputs = [
cmake
];