Now man bash and info bash works.
svn path=/nixpkgs/trunk/; revision=10085
This commit is contained in:
parent
e5a14db751
commit
4bc93bbac6
@ -869,9 +869,10 @@ rec {
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
bashInteractive = appendToName "interactive" (import ../shells/bash {
|
bashInteractive = appendToName "interactive" (import ../shells/bash {
|
||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl ncurses;
|
||||||
bison = bison23;
|
bison = bison23;
|
||||||
interactive = true;
|
interactive = true;
|
||||||
|
stdenv = stdenvUsingSetupNew2;
|
||||||
});
|
});
|
||||||
|
|
||||||
tcsh = import ../shells/tcsh {
|
tcsh = import ../shells/tcsh {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user