Merge pull request #317970 from minijackson/zsh-disable-function-subdirs

zsh: disable function subdirs
This commit is contained in:
Artturin
2024-06-08 00:42:40 +03:00
committed by GitHub
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation {
"--enable-pcre"
"--enable-zshenv=${placeholder "out"}/etc/zshenv"
"--disable-site-fndir"
"--enable-function-subdirs"
# --enable-function-subdirs is not enabled due to it being slow at runtime in some cases
] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform && !stdenv.hostPlatform.isStatic) [
# Also see: https://github.com/buildroot/buildroot/commit/2f32e668aa880c2d4a2cce6c789b7ca7ed6221ba
"zsh_cv_shared_environ=yes"