Author: raskin
Date: Wed Apr 13 10:03:07 2011
New Revision: 26819
URL: https://svn.nixos.org/websvn/nix/?rev=26819&sc=1
Log:
Pidgin needs libgcrypt for GNUTLS
Modified:
nixpkgs/trunk/pkgs/applications/networking/instant-messengers/pidgin/default.nix
Modified:
nixpkgs/trunk/pkgs/applications/networking/instant-messengers/pidgin/default.nix
==============================================================================
---
nixpkgs/trunk/pkgs/applications/networking/instant-messengers/pidgin/default.nix
Wed Apr 13 09:34:26 2011 (r26818)
+++
nixpkgs/trunk/pkgs/applications/networking/instant-messengers/pidgin/default.nix
Wed Apr 13 10:03:07 2011 (r26819)
@@ -17,6 +17,7 @@
, lib, python
, openssl ? null
, gnutls ? null
+ , libgcrypt ? null
, voice ? null
} :
@@ -34,6 +35,7 @@
libxml2]
++ (lib.optional (openssl != null) openssl)
++ (lib.optional (gnutls != null) gnutls)
+ ++ (lib.optional (libgcrypt != null) libgcrypt)
++
[nss nspr farsight2
libXScrnSaver ncurses python
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits