From 42e79f018c32de3c0999cc8112dd8235443ee5c2 Mon Sep 17 00:00:00 2001 From: Blake Sweeney Date: Sat, 10 Sep 2022 13:08:13 +0000 Subject: [PATCH] chicken: fix darwin build --- pkgs/development/compilers/chicken/5/chicken.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/chicken/5/chicken.nix b/pkgs/development/compilers/chicken/5/chicken.nix index 0df2476c4ba2..c86731c49363 100644 --- a/pkgs/development/compilers/chicken/5/chicken.nix +++ b/pkgs/development/compilers/chicken/5/chicken.nix @@ -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 = [