summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-11-27 03:06:53 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-11-27 03:06:53 +0100
commitd5fd2b7e052b35b1df1fdc446da4528ecd3f2b3d (patch)
tree2790f45f77acb44f578217eb67b94d80274d72b5
parent59acc59808dffdf2d7dbc3097b4d41036be26ad5 (diff)
chickenPackages: fix build on aarch64-darwin
-rw-r--r--pkgs/development/compilers/chicken/5/chicken.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/chicken/5/chicken.nix b/pkgs/development/compilers/chicken/5/chicken.nix
index 98dce9af834e..6d50d6f378e1 100644
--- a/pkgs/development/compilers/chicken/5/chicken.nix
+++ b/pkgs/development/compilers/chicken/5/chicken.nix
@@ -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 = [