* Sync with the trunk.

svn path=/nixpkgs/branches/stdenv-updates/; revision=30852
This commit is contained in:
Eelco Dolstra
2011-12-12 16:54:35 +00:00
320 changed files with 4058 additions and 2823 deletions

View File

@@ -1,14 +1,14 @@
{ stdenv, fetchurl, zlib, bzip2, openssl, attr }:
{ stdenv, fetchurl, zlib, bzip2, openssl, attr, lzo, libgcrypt, e2fsprogs }:
stdenv.mkDerivation rec {
name = "dar-2.3.10";
name = "dar-2.4.2";
src = fetchurl {
url = "mirror://sourceforge/dar/${name}.tar.gz";
sha256 = "04qzdcz97bzz414khfj82hn8s1i1ry7qxaikq8lj1069gvhc6qjn";
sha256 = "0cvcy9xccg4wmvbpxyacwppapbq03m3pwjk8b3xmdn2h8lr1pziq";
};
buildInputs = [ zlib bzip2 openssl attr ];
buildInputs = [ zlib bzip2 openssl attr lzo libgcrypt e2fsprogs ];
configureFlags = "--disable-dar-static";