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 []);
|
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 "");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,6 +14,7 @@ let {
|
||||||
autoconf
|
autoconf
|
||||||
automake19x
|
automake19x
|
||||||
bash
|
bash
|
||||||
|
bashInteractive
|
||||||
batik
|
batik
|
||||||
binutils
|
binutils
|
||||||
bison23
|
bison23
|
||||||
|
|
Loading…
Reference in a new issue