* Replace bash with bash-interactive.

svn path=/nixpkgs/trunk/; revision=8761
This commit is contained in:
Eelco Dolstra 2007-05-24 15:44:03 +00:00
parent 5021babc20
commit d384ef5673
3 changed files with 1 additions and 1 deletions

View file

@ -596,7 +596,7 @@ rec {
bison = bison23;
}));
bashInteractive = appendToName "interactive" (import ../shells/bash-interactive {
bashInteractive = appendToName "interactive" (import ../shells/bash {
inherit fetchurl stdenv ncurses;
bison = bison23;
interactive = true;