telegram-cli: work around a build problem

This commit is contained in:
Vladimír Čunát 2014-09-06 21:28:03 +02:00
parent 420385f81a
commit ac03d296b9

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libconfig lua5_2 openssl readline zlib ];
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"; # CPPFunction
installPhase = ''
mkdir -p $out/bin
cp ./telegram $out/bin/telegram-wo-key