* Fix corrupt archives in cpio 2.7 when dealing with symlinks.
svn path=/nixpkgs/trunk/; revision=7143
This commit is contained in:
@@ -6,4 +6,5 @@ stdenv.mkDerivation {
|
||||
url = http://ftp.gnu.org/gnu/cpio/cpio-2.7.tar.bz2;
|
||||
md5 = "69ad6cb3d288aafe5f969f68d9fd0fb7";
|
||||
};
|
||||
patches = [./symlink.patch];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user