[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/17: gnu: pidgin: Enable meanwhile.
From: |
guix-commits |
Subject: |
05/17: gnu: pidgin: Enable meanwhile. |
Date: |
Sun, 3 Jan 2021 11:30:47 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 80ecda973bbdc9d812958637599999bd66c19f8c
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Dec 31 00:05:14 2020 -0500
gnu: pidgin: Enable meanwhile.
* gnu/packages/messaging.scm (pidgin) [inputs]: Add meanwhile.
[arguments]<#:configure-flags>[--disable-meanwhile]: Remove flag.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/messaging.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 7ae85ab..7a3ee03 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -773,7 +773,7 @@ authentication.")
("libxscrnsaver" ,libxscrnsaver)
("libxslt" ,libxslt)
;; ("libzephyr" ,libzephyr)
- ;; ("meanwhile" ,meanwhile)
+ ("meanwhile" ,meanwhile)
("mono" ,mono)
("ncurses" ,ncurses)
("network-manager" ,network-manager)
@@ -793,7 +793,6 @@ authentication.")
(list
"--disable-gtkspell"
"--disable-tcl"
- "--disable-meanwhile"
"--enable-mono"
"--disable-vv" ; XXX remove when we have farstream and gstreamer
"--disable-gstreamer" ; XXX patches needed to support gstreamer-1.0
- branch master updated (9d34b04 -> f2f7395), guix-commits, 2021/01/03
- 01/17: gnu: pidgin: Make some cosmetic changes., guix-commits, 2021/01/03
- 06/17: gnu: pidgin: Enable CAP., guix-commits, 2021/01/03
- 02/17: gnu: pidgin: Re-arrange inputs in alphabetical order., guix-commits, 2021/01/03
- 04/17: gnu: pidgin: Enable support for mono., guix-commits, 2021/01/03
- 05/17: gnu: pidgin: Enable meanwhile.,
guix-commits <=
- 09/17: gnu: pidgin: Enable support for Tk., guix-commits, 2021/01/03
- 03/17: gnu: pidgin: Add missing inputs., guix-commits, 2021/01/03
- 07/17: gnu: pidgin: Enable SILC protocol support., guix-commits, 2021/01/03
- 08/17: gnu: pidgin: Enable support for Tcl., guix-commits, 2021/01/03
- 10/17: gnu: pidgin: Upgrade to 2.14.1., guix-commits, 2021/01/03
- 14/17: gnu: libotr: Update license., guix-commits, 2021/01/03
- 13/17: gnu: libotr: Make some cosmetic changes., guix-commits, 2021/01/03
- 12/17: gnu: pidgin: Enable MultiMedia and A/V support., guix-commits, 2021/01/03
- 11/17: gnu: pidgin: Enable Gadu-Gadu protocol support., guix-commits, 2021/01/03
- 16/17: gnu: pidgin-otr: Update license., guix-commits, 2021/01/03