zsh: move --enable-zprofile into configureFlags (#52718)
This commit is contained in:
parent
3a16c617e4
commit
68982ea938
@ -34,10 +34,8 @@ stdenv.mkDerivation {
|
||||
"--enable-multibyte"
|
||||
"--with-tcsetpgrp"
|
||||
"--enable-pcre"
|
||||
"--enable-zprofile=${placeholder "out"}/etc/zprofile"
|
||||
];
|
||||
preConfigure = ''
|
||||
configureFlagsArray+=(--enable-zprofile=$out/etc/zprofile)
|
||||
'';
|
||||
|
||||
# the zsh/zpty module is not available on hydra
|
||||
# so skip groups Y Z
|
||||
|
Loading…
x
Reference in New Issue
Block a user