shells/bash/4.1,2.nix have been replaced by default.nix

svn path=/nixpkgs/branches/stdenv-updates/; revision=29542
This commit is contained in:
Shea Levy 2011-09-29 21:48:33 +00:00
parent e460e459bf
commit ad076fc3d5

View File

@ -1591,11 +1591,11 @@ let
### SHELLS
bash = lowPrio (callPackage ../shells/bash/4.1.nix {
bash = lowPrio (callPackage ../shells/bash {
texinfo = null;
});
bashInteractive = appendToName "interactive" (callPackage ../shells/bash/4.2.nix {
bashInteractive = appendToName "interactive" (callPackage ../shells/bash {
interactive = true;
});