mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
hexcurse: fix build with gcc9
This commit is contained in:
parent
65eb7fe785
commit
1be138caa4
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "17ckkxfzbqvvfdnh10if4aqdcq98q3vl6dn1v6f4lhr4ifnyjdlk";
|
||||
};
|
||||
buildInputs = [ ncurses ];
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=stringop-overflow" "-Wno-error=stringop-truncation" ];
|
||||
patches = [
|
||||
# gcc7 compat
|
||||
(fetchpatch {
|
||||
|
|
Loading…
Reference in a new issue