fwbuilder: add Wno-error for gcc11

This commit is contained in:
Fabián Heredia Montiel 2022-04-15 11:46:12 -05:00
parent cc4c52b4b8
commit 5ea7a84ceb

View file

@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
wrapQtAppsHook
];
NIX_CFLAGS_COMPILE = [
"-Wno-error=misleading-indentation"
];
meta = with lib; {
description = "GUI Firewall Management Application";
homepage = "https://github.com/fwbuilder/fwbuilder";