unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28698] [PATCH] gnu: Enable support for libpurple in bitlbee.
@ 2017-10-04  8:04 Tomáš Čech
  2017-10-04 15:00 ` Ludovic Courtès
  2022-01-13 15:52 ` bug#28698: " zimoun
  0 siblings, 2 replies; 6+ messages in thread
From: Tomáš Čech @ 2017-10-04  8:04 UTC (permalink / raw)
  To: 28698

* 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-13 16:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-04  8:04 [bug#28698] [PATCH] gnu: Enable support for libpurple in bitlbee Tomáš Čech
2017-10-04 15:00 ` Ludovic Courtès
2017-10-05 21:13   ` Tomáš Čech
2017-12-12 21:26   ` Oleg Pykhalov
2017-12-13  9:47     ` Ludovic Courtès
2022-01-13 15:52 ` bug#28698: " zimoun

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).