Skip to content

Commit

Permalink
Merge pull request #203175 from wegank/chicken-darwin
Browse files Browse the repository at this point in the history
chickenPackages: fix build on aarch64-darwin
  • Loading branch information
marsam authored Nov 29, 2022
2 parents 1bab0e3 + d5fd2b7 commit 0c38ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/chicken/5/chicken.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 0c38ca6

Please sign in to comment.