lsh: fix gcc5 build

The build fails with c11 (also tested c99), but works with gnu90.
This commit is contained in:
Joachim Fasting 2016-03-28 18:59:34 +02:00 committed by Robin Gloster
parent 7413278f9b
commit 8ab400988c

View File

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
export lsh_cv_sys_unix98_ptys=yes
'';
NIX_CFLAGS_COMPILE = "-std=gnu90";
buildInputs = [ gperf guile gmp zlib liboop readline gnum4 pam ];
meta = {