···99 sha256 = "b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348";
1010 };
11111212- # needed to successfully compile with gcc 6
1313- env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isGNU "-std=c90";
1212+ # needed to successfully compile with gcc 6+ and modern clang versions where
1313+ # `-Wimplicit-function-declaration` is otherwise on and errors by default
1414+ env.CFLAGS = "-std=c89";
14151516 meta = {
1617 homepage = "http://www.oberhumer.com/opensource/ucl/";