fwbuilder: add `Wno-error` for gcc11

main
Fabián Heredia Montiel 2 years ago
parent cc4c52b4b8
commit 5ea7a84ceb
  1. 4
      pkgs/tools/security/fwbuilder/default.nix

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

Loading…
Cancel
Save