mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Now man bash and info bash works.
svn path=/nixpkgs/trunk/; revision=10085
This commit is contained in:
parent
e5a14db751
commit
4bc93bbac6
1 changed files with 2 additions and 1 deletions
|
@ -869,9 +869,10 @@ rec {
|
|||
}));
|
||||
|
||||
bashInteractive = appendToName "interactive" (import ../shells/bash {
|
||||
inherit fetchurl stdenv ncurses;
|
||||
inherit fetchurl ncurses;
|
||||
bison = bison23;
|
||||
interactive = true;
|
||||
stdenv = stdenvUsingSetupNew2;
|
||||
});
|
||||
|
||||
tcsh = import ../shells/tcsh {
|
||||
|
|
Loading…
Reference in a new issue