* Add bashInteractive to the channel.
svn path=/nixpkgs/trunk/; revision=8539
This commit is contained in:
@@ -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 "");
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user