From b6195120a4d4c9c8b294fbeafae09aa15b54899a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 Apr 2007 10:31:09 +0000 Subject: * Add bashInteractive to the channel. svn path=/nixpkgs/trunk/; revision=8539 --- pkgs/shells/bash-interactive/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/shells') diff --git a/pkgs/shells/bash-interactive/default.nix b/pkgs/shells/bash-interactive/default.nix index 678e6b40aed0f..6e9d7b3fa4312 100644 --- a/pkgs/shells/bash-interactive/default.nix +++ b/pkgs/shells/bash-interactive/default.nix @@ -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 ""); }; } -- cgit 1.4.1