···1414 substituteInPlace build/build-usual-image --replace '"(made by $USER on $date)"' '""'
1515 '';
16161717+ # Silence warnings related to use of implicitly declared library functions and implicit ints.
1818+ # TODO: Remove and/or fix with patches the next time this package is updated.
1919+ env = lib.optionalAttrs stdenv.cc.isClang {
2020+ NIX_CFLAGS_COMPILE = toString [
2121+ "-Wno-error=implicit-function-declaration"
2222+ "-Wno-error=implicit-int"
2323+ ];
2424+ };
2525+1726 meta = with lib; {
1827 homepage = "https://s48.org/";
1928 description = "Scheme 48 interpreter for R5RS";