From e0111c423213b405eb902c2050bb5a76d048277f Mon Sep 17 00:00:00 2001 From: Piotr Pietraszkiewicz Date: Mon, 19 Sep 2011 22:05:06 +0000 Subject: [PATCH] kadu-0.10.0 (forgotten commit) svn path=/nixpkgs/trunk/; revision=29371 --- .../kadu/disable_encryption_plugins.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pkgs/applications/networking/instant-messengers/kadu/disable_encryption_plugins.patch diff --git a/pkgs/applications/networking/instant-messengers/kadu/disable_encryption_plugins.patch b/pkgs/applications/networking/instant-messengers/kadu/disable_encryption_plugins.patch new file mode 100644 index 00000000000..e89095de55d --- /dev/null +++ b/pkgs/applications/networking/instant-messengers/kadu/disable_encryption_plugins.patch @@ -0,0 +1,16 @@ +diff --git a/Plugins.cmake b/Plugins.cmake +index c6906ce..b1284d6 100644 +--- a/Plugins.cmake ++++ b/Plugins.cmake +@@ -30,9 +30,9 @@ set (COMPILE_PLUGINS + + # encryption + # Encrypted chat support +- encryption_ng ++ # encryption_ng + # OpenSSL encrypted chat support +- encryption_ng_simlite ++ # encryption_ng_simlite + + # docking + # Tray icon support (common part of all docking modules)