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
parent 57d5860bd5
commit 8bd72dfaa4

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 = {