guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/17: gnu: pidgin: Enable support for mono.


From: guix-commits
Subject: 04/17: gnu: pidgin: Enable support for mono.
Date: Sun, 3 Jan 2021 11:30:46 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit d02ada47f81353df544f7583d2a09173d5a66637
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Dec 31 00:03:35 2020 -0500

    gnu: pidgin: Enable support for mono.
    
    * gnu/packages/messaging.scm (pidgin) [inputs]: Add mono.
    [arguments]<#:configure-flags>[--enable-mono]: New flag.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 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 62584da..7ae85ab 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -86,6 +86,7 @@
   #:use-module (gnu packages lua)
   #:use-module (gnu packages man)
   #:use-module (gnu packages markup)
+  #:use-module (gnu packages mono)
   #:use-module (gnu packages mpd)
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages networking)
@@ -773,7 +774,7 @@ authentication.")
        ("libxslt" ,libxslt)
        ;; ("libzephyr" ,libzephyr)
        ;; ("meanwhile" ,meanwhile)
-       ;; ("mono" ,mono)
+       ("mono" ,mono)
        ("ncurses" ,ncurses)
        ("network-manager" ,network-manager)
        ("nspr" ,nspr)
@@ -793,6 +794,7 @@ authentication.")
         "--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
         "--enable-cyrus-sasl"



reply via email to

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