Now man bash and info bash works.

svn path=/nixpkgs/trunk/; revision=10085
This commit is contained in:
Michael Raskin 2008-01-07 09:34:00 +00:00
parent e5a14db751
commit 4bc93bbac6

View File

@ -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 {