mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
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…
Reference in New Issue
Block a user