Merge pull request #105301 from antifuchs/zsh-purity

zsh: Disable compiling in /usr/local/... as the site-function directory
This commit is contained in:
Doron Behar 2021-01-04 10:04:18 +02:00 committed by GitHub
commit cf0e54722d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ stdenv.mkDerivation {
"--with-tcsetpgrp"
"--enable-pcre"
"--enable-zprofile=${placeholder "out"}/etc/zprofile"
"--disable-site-fndir"
];
# the zsh/zpty module is not available on hydra