libarchive: 2.4.12 added

svn path=/nixpkgs/branches/stdenv-updates/; revision=10745
This commit is contained in:
Yury G. Kudryashov
2008-02-18 20:52:40 +00:00
parent 8ea549b319
commit 0b2d493521
5 changed files with 24 additions and 17 deletions
@@ -1,15 +0,0 @@
args: with args;
stdenv.mkDerivation rec {
name = "libarchive-2.4.11";
src = fetchurl {
url = "http://FIXME_dont_remember/${name}.tar.gz";
sha256 = "1iq5hs4hbqyl6sqiqlaj3j89vpfqx6zv974c965nxjvmwy816dbz";
};
buildInputs = [zlib];
meta = {
description = "A library for reading and writing streaming archives";
};
}