zsh: fix configureFlags #14256

commit 97332d3 introduced non expanding $out/etc/zprofile in zshs compiled in PATH.
this commit reverts the change so that $out is expanded at configure time.
This commit is contained in:
Christian Albrecht 2016-03-31 16:57:30 +02:00
parent 011f69992a
commit 9c6a69230d

View File

@ -21,13 +21,9 @@ stdenv.mkDerivation {
buildInputs = [ ncurses pcre ];
configureFlags = [
"--enable-maildir-support"
"--enable-multibyte"
"--enable-zprofile=$out/etc/zprofile"
"--with-tcsetpgrp"
"--enable-pcre"
];
preConfigure = ''
configureFlags="--enable-maildir-support --enable-multibyte --enable-zprofile=$out/etc/zprofile --with-tcsetpgrp --enable-pcre"
'';
# the zsh/zpty module is not available on hydra
# so skip groups Y Z