* zsh upgraded to 4.3.2, lua upgraded to 5.1.2 (works only on linux now)
svn path=/nixpkgs/trunk/; revision=8990
This commit is contained in:
@@ -3,11 +3,11 @@ stdenv.mkDerivation {
|
||||
name = "zsh-4.2.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://nephtys.lip6.fr/pub/unix/shells/zsh/zsh-4.2.3.tar.bz2;
|
||||
md5 = "ae19a74ae7e84cf4dbd8e35f52c8ec74";
|
||||
url = ftp://nephtys.lip6.fr/pub/unix/shells/zsh/zsh-4.3.2.tar.bz2;
|
||||
sha256 = "1lyzh68h69iarnmrrnd2gy9ssmns4w0abbr3hfz98lhik762f3na";
|
||||
};
|
||||
|
||||
configureFlags = "--with-tcsetpgrp";
|
||||
configureFlags = "--with-tcsetpgrp --enable-maildir-support --enable-multibyte";
|
||||
|
||||
buildInputs = [ncurses coreutils ];
|
||||
buildInputs = [ncurses coreutils];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user