1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

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;
};