* Fix corrupt archives in cpio 2.7 when dealing with symlinks.

svn path=/nixpkgs/trunk/; revision=7143
This commit is contained in:
Eelco Dolstra
2006-11-27 00:34:05 +00:00
parent 8c4574571d
commit eed02cb58f
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -6,4 +6,5 @@ stdenv.mkDerivation {
url = http://ftp.gnu.org/gnu/cpio/cpio-2.7.tar.bz2;
md5 = "69ad6cb3d288aafe5f969f68d9fd0fb7";
};
patches = [./symlink.patch];
}