3
0
Fork 0
forked from mirrors/nixpkgs

Adding more libraries to have a more featured dar.

svn path=/nixpkgs/trunk/; revision=30377
This commit is contained in:
Lluís Batlle i Rossell 2011-11-10 21:29:00 +00:00
parent 1791ea0919
commit 8ce410c6f3

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, zlib, bzip2, openssl, attr }:
{ stdenv, fetchurl, zlib, bzip2, openssl, attr, lzo, libgcrypt, e2fsprogs }:
stdenv.mkDerivation rec {
name = "dar-2.4.2";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0cvcy9xccg4wmvbpxyacwppapbq03m3pwjk8b3xmdn2h8lr1pziq";
};
buildInputs = [ zlib bzip2 openssl attr ];
buildInputs = [ zlib bzip2 openssl attr lzo libgcrypt e2fsprogs ];
configureFlags = "--disable-dar-static";