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