getxbook: fix build with gcc8

This commit is contained in:
Franz Pletz 2019-01-11 04:20:06 +01:00
parent 6f0282dfcd
commit 75a91f685c
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0ihwrx4gspj8l7fc8vxch6dpjrw1lvv9z3c19f0wxnmnxhv1cjvs";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-truncation" ];
buildInputs = [ openssl ];
makeFlags = [ "PREFIX=$(out)" ];