* Replace bash with bash-interactive.
svn path=/nixpkgs/trunk/; revision=8761
This commit is contained in:
parent
5021babc20
commit
d384ef5673
@ -596,7 +596,7 @@ rec {
|
|||||||
bison = bison23;
|
bison = bison23;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
bashInteractive = appendToName "interactive" (import ../shells/bash-interactive {
|
bashInteractive = appendToName "interactive" (import ../shells/bash {
|
||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
bison = bison23;
|
bison = bison23;
|
||||||
interactive = true;
|
interactive = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user