guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]