Merge pull request #203175 from wegank/chicken-darwin

chickenPackages: fix build on aarch64-darwin
This commit is contained in:
Mario Rodas 2022-11-29 01:47:50 -05:00 committed by GitHub
commit 0c38ca60d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
"XCODE_TOOL_PATH=${darwin.binutils.bintools}/bin"
"C_COMPILER=$(CC)"
"LINKER_OPTIONS=-headerpad_max_install_names"
"POSTINSTALL_PROGRAM=install_name_tool"
]);
nativeBuildInputs = [