3
0
Fork 0
forked from mirrors/nixpkgs

* 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 []); buildInputs = [bison] ++ (if interactive then [ncurses] else []);
meta = { 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 autoconf
automake19x automake19x
bash bash
bashInteractive
batik batik
binutils binutils
bison23 bison23