bip: Fix build

wip/yesman
Timo Kaufmann 6 years ago
parent 5f3f4b1b9e
commit 95e88ad818
  1. 2
      pkgs/applications/networking/irc/bip/default.nix

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
})
];
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
NIX_CFLAGS_COMPILE = [ "-Wno-error=unused-result" "-Wno-error=duplicate-decl-specifier" ];
meta = {
description = "An IRC proxy (bouncer)";

Loading…
Cancel
Save