···3030 patches = [
3131 # fix location of timezone data for TZ= completion
3232 ./tz_completion.patch
3333+ # Fixes configure misdetection when using clang 16, resulting in broken subshells on Darwin.
3434+ # This patch can be dropped with the next release of zsh.
3535+ (fetchpatch {
3636+ url = "https://github.com/zsh-users/zsh/commit/ab4d62eb975a4c4c51dd35822665050e2ddc6918.patch";
3737+ hash = "sha256-nXB4w7qqjZJC7/+CDxnNy6wu9qNwmS3ezjj/xK7JfeU=";
3838+ excludes = [ "ChangeLog" ];
3939+ })
3340 ];
34413542 strictDeps = true;