libgcrypt: Massive cleanup and make 1.6 the default
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchcvs, autoconf, automake, libtool, flex, bison, pkgconfig
|
||||
, zlib, bzip2, lzma, libgcrypt_1_6
|
||||
, zlib, bzip2, lzma, libgcrypt
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = map mkStatic (o.buildInputs or []);
|
||||
propagatedBuildInputs = map mkStatic (o.propagatedBuildInputs or []);
|
||||
});
|
||||
in map mkStatic [ zlib bzip2 lzma libgcrypt_1_6 ];
|
||||
in map mkStatic [ zlib bzip2 lzma libgcrypt ];
|
||||
|
||||
configureFlags = "--disable-shared";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user