zsh: move --enable-zprofile into configureFlags (#52718)
This commit is contained in:
committed by
Tor Hedin Brønner
parent
3a16c617e4
commit
68982ea938
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user