diff --git a/pkgs/development/compilers/chicken/4/chicken.nix b/pkgs/development/compilers/chicken/4/chicken.nix index 1779d9c3ce54..47625a4d5de9 100644 --- a/pkgs/development/compilers/chicken/4/chicken.nix +++ b/pkgs/development/compilers/chicken/4/chicken.nix @@ -41,6 +41,8 @@ stdenv.mkDerivation { nativeBuildInputs = [ makeWrapper + ] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ + darwin.autoSignDarwinBinariesHook ]; buildInputs = lib.optionals (bootstrap-chicken != null) [ diff --git a/pkgs/development/compilers/chicken/5/chicken.nix b/pkgs/development/compilers/chicken/5/chicken.nix index c86731c49363..98dce9af834e 100644 --- a/pkgs/development/compilers/chicken/5/chicken.nix +++ b/pkgs/development/compilers/chicken/5/chicken.nix @@ -34,6 +34,8 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ makeWrapper + ] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ + darwin.autoSignDarwinBinariesHook ]; buildInputs = lib.optionals (bootstrap-chicken != null) [