summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/chicken
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-02 20:10:13 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-02 20:10:13 +0100
commit32b27a62259e21712f6ba84d41c830ca0d17eb8f (patch)
treececda8622d395658321fea0eb5a40a7358c841d5 /pkgs/development/compilers/chicken
parentcd71c681ca4e49de4f65e6a45f686f11f3e1b7d3 (diff)
chickenPackages_4.chicken: use install_name_tool
Diffstat (limited to 'pkgs/development/compilers/chicken')
-rw-r--r--pkgs/development/compilers/chicken/4/chicken.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/chicken/4/chicken.nix b/pkgs/development/compilers/chicken/4/chicken.nix
index 47625a4d5de9..f33e594b7e25 100644
--- a/pkgs/development/compilers/chicken/4/chicken.nix
+++ b/pkgs/development/compilers/chicken/4/chicken.nix
@@ -31,6 +31,7 @@ stdenv.mkDerivation {
] ++ (lib.optionals stdenv.isDarwin [
"XCODE_TOOL_PATH=${darwin.binutils.bintools}/bin"
"C_COMPILER=$(CC)"
+ "POSTINSTALL_PROGRAM=install_name_tool"
]);
# We need a bootstrap-chicken to regenerate the c-files after