forked from mirrors/nixpkgs
* Add bashInteractive to the channel.
svn path=/nixpkgs/trunk/; revision=8539
This commit is contained in:
parent
4bb17a673c
commit
b6195120a4
|
@ -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 "");
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@ let {
|
|||
autoconf
|
||||
automake19x
|
||||
bash
|
||||
bashInteractive
|
||||
batik
|
||||
binutils
|
||||
bison23
|
||||
|
|
Loading…
Reference in a new issue