zsh: move --enable-zprofile into configureFlags (#52718)

This commit is contained in:
Sean Haugh
2019-01-08 11:11:37 +01:00
committed by Tor Hedin Brønner
parent 3a16c617e4
commit 68982ea938
+1 -3
View File
@@ -34,10 +34,8 @@ stdenv.mkDerivation {
"--enable-multibyte" "--enable-multibyte"
"--with-tcsetpgrp" "--with-tcsetpgrp"
"--enable-pcre" "--enable-pcre"
"--enable-zprofile=${placeholder "out"}/etc/zprofile"
]; ];
preConfigure = ''
configureFlagsArray+=(--enable-zprofile=$out/etc/zprofile)
'';
# the zsh/zpty module is not available on hydra # the zsh/zpty module is not available on hydra
# so skip groups Y Z # so skip groups Y Z