forked from mirrors/nixpkgs
telegram-cli: fix build with gcc8
This commit is contained in:
parent
3020da11bb
commit
683b1dcc7a
|
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||
rev = "6547c0b21b977b327b3c5e8142963f4bc246187a";
|
||||
};
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=cast-function-type" ];
|
||||
|
||||
buildInputs = [
|
||||
libconfig libevent openssl readline zlib
|
||||
lua5_2 python pkgconfig jansson
|
||||
|
|
Loading…
Reference in a new issue