svn path=/nixpkgs/branches/stdenv-updates/; revision=31734
This commit is contained in:
Eelco Dolstra 2012-01-20 10:55:45 +00:00
parent b27b5dfd75
commit 14aab94aef

View file

@ -236,6 +236,7 @@ rec {
gcc = stdenvLinuxBoot3Pkgs.gcc.gcc;
name = "";
};
extraPath = [ stdenvLinuxBoot3Pkgs.xz ];
overrides = pkgs: {
inherit (stdenvLinuxBoot1Pkgs) perl;
inherit (stdenvLinuxBoot3Pkgs) gettext gnum4 xz gmp;