* Build the bash man/info pages again :-)

svn path=/nixpkgs/trunk/; revision=15790
This commit is contained in:
Eelco Dolstra 2009-05-29 13:00:56 +00:00
parent ec871e6400
commit 410403c406

View File

@ -1511,7 +1511,7 @@ let
}; };
bashInteractive = appendToName "interactive" (bashReal.override { bashInteractive = appendToName "interactive" (bashReal.override {
inherit readline; inherit readline texinfo;
interactive = true; interactive = true;
}); });