From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzefx-00028l-9O for guix-patches@gnu.org; Wed, 04 Oct 2017 04:05:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzefu-0003R0-4F for guix-patches@gnu.org; Wed, 04 Oct 2017 04:05:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38744) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzefu-0003Ql-14 for guix-patches@gnu.org; Wed, 04 Oct 2017 04:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dzeft-0002xA-Nx for guix-patches@gnu.org; Wed, 04 Oct 2017 04:05:01 -0400 Subject: [bug#28698] [PATCH] gnu: Enable support for libpurple in bitlbee. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzefW-0001q9-5s for guix-patches@gnu.org; Wed, 04 Oct 2017 04:04:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzefT-0002SE-36 for guix-patches@gnu.org; Wed, 04 Oct 2017 04:04:38 -0400 From: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Date: Wed, 4 Oct 2017 10:04:27 +0200 Message-Id: <20171004080427.13668-1-sleep_walker@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28698@debbugs.gnu.org * gnu/packages/messaging.scm (bitlbee): Add pidgin input, add more configure flags. --- gnu/packages/messaging.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 8e4b43aaf..46060a948 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -140,6 +140,7 @@ keys, no previous conversation is compromised.") ("libotr" ,libotr) ("gnutls" ,gnutls) ("python" ,python-2) + ("pidgin" ,pidgin) ("perl" ,perl))) (arguments `(#:phases (alist-cons-after @@ -154,7 +155,8 @@ keys, no previous conversation is compromised.") (zero? (system* "./configure" (string-append "--prefix=" (assoc-ref outputs "out")) - "--otr=1"))) + "--otr=1" "--purple=1" "--jabber=1" + "--msn=1" "--oscar=1" "--twitter=1"))) %standard-phases)))) (synopsis "IRC to instant messaging gateway") (description "BitlBee brings IM (instant messaging) to IRC clients, for -- 2.14.2