* Add bashInteractive to the channel.

svn path=/nixpkgs/trunk/; revision=8539
This commit is contained in:
Eelco Dolstra 2007-04-04 10:31:09 +00:00
parent 4bb17a673c
commit b6195120a4
2 changed files with 4 additions and 1 deletions

View file

@ -24,6 +24,8 @@ stdenv.mkDerivation {
buildInputs = [bison] ++ (if interactive then [ncurses] else []);
meta = {
description = "GNU Bourne-Again Shell, the de facto standard shell on Linux";
description =
"GNU Bourne-Again Shell, the de facto standard shell on Linux" +
(if interactive then " (for interactive use)" else "");
};
}

View file

@ -14,6 +14,7 @@ let {
autoconf
automake19x
bash
bashInteractive
batik
binutils
bison23