mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: pidgin: Remove mono support.
* gnu/packages/messaging.scm (pidgin)[configure-flags]: Remove "--enable-mono". [inputs]: Remove mono.
This commit is contained in:
parent
e254bee3c2
commit
4133905c77
1 changed files with 0 additions and 3 deletions
|
@ -104,7 +104,6 @@ (define-module (gnu packages messaging)
|
|||
#:use-module (gnu packages man)
|
||||
#:use-module (gnu packages markup)
|
||||
#:use-module (gnu packages matrix)
|
||||
#:use-module (gnu packages mono)
|
||||
#:use-module (gnu packages mpd)
|
||||
#:use-module (gnu packages ncurses)
|
||||
#:use-module (gnu packages networking)
|
||||
|
@ -999,7 +998,6 @@ (define-public pidgin
|
|||
("libxslt" ,libxslt)
|
||||
;; ("libzephyr" ,libzephyr)
|
||||
("meanwhile" ,meanwhile)
|
||||
("mono" ,mono)
|
||||
("ncurses" ,ncurses)
|
||||
("network-manager" ,network-manager)
|
||||
("nspr" ,nspr)
|
||||
|
@ -1024,7 +1022,6 @@ (define-public pidgin
|
|||
"--disable-gtkspell"
|
||||
"--disable-gevolution"
|
||||
"--enable-cap"
|
||||
"--enable-mono"
|
||||
"--enable-cyrus-sasl"
|
||||
(string-append "--with-ncurses-headers="
|
||||
(assoc-ref %build-inputs "ncurses")
|
||||
|
|
Loading…
Reference in a new issue