Add XZ to stdenv.

svn path=/nixpkgs/branches/stdenv-updates/; revision=29847
This commit is contained in:
Ludovic Courtès 2011-10-14 21:56:11 +00:00
parent 0baf364715
commit e2e7a6f1ce
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ rec {
inherit gcc;
inherit (stdenvLinuxBoot3Pkgs) binutils glibc;
inherit (stdenvLinuxBoot4Pkgs)
gzip bzip2 bash coreutils diffutils findutils gawk
gzip bzip2 xz bash coreutils diffutils findutils gawk
gnumake gnused gnutar gnugrep gnupatch patchelf
attr acl;
};