mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
boomerang: disable -Werror
This commit is contained in:
parent
a3fe093364
commit
a84a474db1
@ -14,6 +14,11 @@ mkDerivation rec {
|
||||
sha256 = "0xncdp0z8ry4lkzmvbj5d7hlzikivghpwicgywlv47spgh8ny0ix";
|
||||
};
|
||||
|
||||
# Boomerang usually compiles with -Werror but has not been updated for newer
|
||||
# compilers. Disable -Werror for now. Consider trying to remove this when
|
||||
# updating this derivation.
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
||||
nativeBuildInputs = [ cmake bison flex ];
|
||||
buildInputs = [ qtbase capstone ];
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user