forked from mirrors/nixpkgs
perf: fix build
https://hydra.nixos.org/build/33553564/nixlog/1/raw
(cherry picked from commit 89c6b3c11a
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
be5b364581
commit
e96ce2c60e
|
@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
|||
|
||||
# Note: we don't add elfutils to buildInputs, since it provides a
|
||||
# bad `ld' and other stuff.
|
||||
NIX_CFLAGS_COMPILE = "-I${elfutils}/include -Wno-error=cpp";
|
||||
NIX_CFLAGS_COMPILE = "-I${elfutils}/include -Wno-error=cpp -Wno-error=bool-compare";
|
||||
NIX_CFLAGS_LINK = "-L${elfutils}/lib";
|
||||
|
||||
installFlags = "install install-man ASCIIDOC8=1";
|
||||
|
|
Loading…
Reference in a new issue