Skip to content

Commit

Permalink
dee: fix with gcc-6
Browse files Browse the repository at this point in the history
This warning is useful to devs and not integrators, really.
  • Loading branch information
vcunat committed Aug 26, 2017
1 parent 86890ae commit 7b0effc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/dee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit 7b0effc

Please sign in to comment.