forked from mirrors/nixpkgs
bip: Fix build
This commit is contained in:
parent
5f3f4b1b9e
commit
95e88ad818
|
@ -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…
Reference in a new issue