Merge pull request #105301 from antifuchs/zsh-purity
zsh: Disable compiling in /usr/local/... as the site-function directory
This commit is contained in:
commit
cf0e54722d
@ -26,6 +26,7 @@ stdenv.mkDerivation {
|
|||||||
"--with-tcsetpgrp"
|
"--with-tcsetpgrp"
|
||||||
"--enable-pcre"
|
"--enable-pcre"
|
||||||
"--enable-zprofile=${placeholder "out"}/etc/zprofile"
|
"--enable-zprofile=${placeholder "out"}/etc/zprofile"
|
||||||
|
"--disable-site-fndir"
|
||||||
];
|
];
|
||||||
|
|
||||||
# the zsh/zpty module is not available on hydra
|
# the zsh/zpty module is not available on hydra
|
||||||
|
Loading…
Reference in New Issue
Block a user