Remove `bash4' attribute.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14664
This commit is contained in:
Ludovic Courtès 2009-03-23 17:35:09 +00:00
parent 73b66bedd9
commit 03ea1d4e45

View file

@ -1412,12 +1412,6 @@ let
interactive = true;
});
bash4 = appendToName "interactive" (import ../shells/bash/4.0.nix {
inherit fetchurl stdenv ncurses texinfo bison;
readline = readline6;
interactive = true;
});
tcsh = import ../shells/tcsh {
inherit fetchurl stdenv ncurses;
};