Export shell packages from stdenvLinux

Now that we have a way to alter /bin/sh in chroots on non-NixOS Linux
platforms, it may be useful to have access to stdenv.shell package and to
static bash contained in bootstrap tools. So make them accessible via stdenv
attribute set.
This commit is contained in:
Michael Raskin 2012-12-30 15:29:02 +04:00
parent b8c0279b9f
commit df65a79bb3

View File

@ -284,7 +284,8 @@ rec {
extraAttrs = {
inherit (stdenvLinuxBoot3Pkgs) glibc;
inherit platform;
inherit platform bootstrapTools;
shellPackage = stdenvLinuxBoot4Pkgs.bash;
};
overrides = pkgs: {