3
0
Fork 0
forked from mirrors/nixpkgs

telegram-cli: fix build with gcc8

This commit is contained in:
Franz Pletz 2019-01-11 04:54:29 +01:00
parent 3020da11bb
commit 683b1dcc7a
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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