chicken: fix darwin build
This commit is contained in:
parent
7321e9fb4f
commit
42e79f018c
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
|
|||
] ++ (lib.optionals stdenv.isDarwin [
|
||||
"XCODE_TOOL_PATH=${darwin.binutils.bintools}/bin"
|
||||
"C_COMPILER=$(CC)"
|
||||
"LINKER_OPTIONS=-headerpad_max_install_names"
|
||||
]);
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue