forked from mirrors/nixpkgs
Adding more libraries to have a more featured dar.
svn path=/nixpkgs/trunk/; revision=30377
This commit is contained in:
parent
1791ea0919
commit
8ce410c6f3
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue