···31 ] ++ (lib.optionals stdenv.isDarwin [
32 "XCODE_TOOL_PATH=${darwin.binutils.bintools}/bin"
33 "C_COMPILER=$(CC)"
034 ]);
3536 # We need a bootstrap-chicken to regenerate the c-files after
···31 ] ++ (lib.optionals stdenv.isDarwin [
32 "XCODE_TOOL_PATH=${darwin.binutils.bintools}/bin"
33 "C_COMPILER=$(CC)"
34+ "POSTINSTALL_PROGRAM=install_name_tool"
35 ]);
3637 # We need a bootstrap-chicken to regenerate the c-files after