Fix `bashInteractive'.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14309
This commit is contained in:
Ludovic Courtès 2009-03-03 11:24:58 +00:00
parent f468a5597a
commit 4f23b3abf8

View file

@ -1329,7 +1329,7 @@ let
})); }));
bashInteractive = appendToName "interactive" (import ../shells/bash { bashInteractive = appendToName "interactive" (import ../shells/bash {
inherit fetchurl stdenv ncurses texinfo bison; inherit fetchurl stdenv readline;
interactive = true; interactive = true;
}); });