Move libgcrypt to propagatedBuildInputs of gnutls, problems with, say, Pidgin without that.
svn path=/nixpkgs/trunk/; revision=12815
This commit is contained in:
parent
56a7c7dfc7
commit
0f48d38859
@ -18,9 +18,11 @@ stdenv.mkDerivation rec {
|
||||
./configure --prefix="$out" --enable-guile --with-guile-site-dir="$out/share/guile/site"
|
||||
'';
|
||||
|
||||
buildInputs = [zlib lzo libgcrypt]
|
||||
buildInputs = [zlib lzo]
|
||||
++ stdenv.lib.optional guileBindings guile;
|
||||
|
||||
propagatedBuildInputs = [libgcrypt];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user