dee: fix with gcc-6

This warning is useful to devs and not integrators, really.
This commit is contained in:
Vladimír Čunát
2017-08-26 10:48:06 +02:00
parent 86890ae351
commit 7b0effc4e0

View File

@@ -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; {