mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
klick: fix build with gcc6
This commit is contained in:
parent
aa59865333
commit
07f977572c
|
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [ scons pkgconfig libsamplerate libsndfile liblo libjack2 boost ];
|
||||
NIX_CFLAGS_COMPILE = "-fpermissive";
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p $out
|
||||
|
|
Loading…
Reference in a new issue