dee: fix with gcc-6
This warning is useful to devs and not integrators, really.
This commit is contained in:
parent
86890ae351
commit
7b0effc4e0
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ glib gobjectIntrospection icu ];
|
||||
nativeBuildInputs = [ python pkgconfig ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=misleading-indentation" ]; # gcc-6
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
x
Reference in New Issue
Block a user