mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
* 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;
|
||||
}));
|
||||
|
||||
bashInteractive = appendToName "interactive" (import ../shells/bash-interactive {
|
||||
bashInteractive = appendToName "interactive" (import ../shells/bash {
|
||||
inherit fetchurl stdenv ncurses;
|
||||
bison = bison23;
|
||||
interactive = true;
|
||||
|
|
Loading…
Reference in a new issue