Pidgin needs libgcrypt for GNUTLS
svn path=/nixpkgs/trunk/; revision=26819
This commit is contained in:
parent
b4dde807c2
commit
6c133d03f6
@ -17,6 +17,7 @@
|
|||||||
, lib, python
|
, lib, python
|
||||||
, openssl ? null
|
, openssl ? null
|
||||||
, gnutls ? null
|
, gnutls ? null
|
||||||
|
, libgcrypt ? null
|
||||||
, voice ? null
|
, voice ? null
|
||||||
} :
|
} :
|
||||||
|
|
||||||
@ -34,6 +35,7 @@ stdenv.mkDerivation {
|
|||||||
libxml2]
|
libxml2]
|
||||||
++ (lib.optional (openssl != null) openssl)
|
++ (lib.optional (openssl != null) openssl)
|
||||||
++ (lib.optional (gnutls != null) gnutls)
|
++ (lib.optional (gnutls != null) gnutls)
|
||||||
|
++ (lib.optional (libgcrypt != null) libgcrypt)
|
||||||
++
|
++
|
||||||
[nss nspr farsight2
|
[nss nspr farsight2
|
||||||
libXScrnSaver ncurses python
|
libXScrnSaver ncurses python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user