Commit 13235e20 authored by Doron Behar's avatar Doron Behar
Browse files

monkeys-audio: remove redundant NIX_CFLAGS_COMPILE

parent 11f32dd3
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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
  ];