svn path=/nixpkgs/trunk/; revision=3752
This commit is contained in:
Armijn Hemel
2005-08-30 13:56:15 +00:00
parent e468256879
commit dffe1406a0
2 changed files with 17 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "cpio-2.6";
src = fetchurl {
url = ftp://ftp.gnu.org/pub/gnu/cpio/cpio-2.6.tar.bz2;
md5 = "25e0e8725bc60ed3460c9cde92752674";
};
}