klick: fix build with gcc6

This commit is contained in:
Samuel Leathers 2017-09-02 22:33:32 -04:00
parent aa59865333
commit 07f977572c

View File

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ scons pkgconfig libsamplerate libsndfile liblo libjack2 boost ];
NIX_CFLAGS_COMPILE = "-fpermissive";
buildPhase = ''
mkdir -p $out