···9 sha256 = "b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348";
10 };
1112- # needed to successfully compile with gcc 6
13- env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isGNU "-std=c90";
01415 meta = {
16 homepage = "http://www.oberhumer.com/opensource/ucl/";
···9 sha256 = "b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348";
10 };
1112+ # needed to successfully compile with gcc 6+ and modern clang versions where
13+ # `-Wimplicit-function-declaration` is otherwise on and errors by default
14+ env.CFLAGS = "-std=c89";
1516 meta = {
17 homepage = "http://www.oberhumer.com/opensource/ucl/";