gnu: pidgin: Enable support for Tk.

* gnu/packages/messaging.scm (pidgin) [inputs]: Add tk.
[arguments]<#:configure-flags>[--with-tkconfig]: New flag.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-12-31 00:14:25 -05:00 committed by Danny Milosavljevic
parent 823567803f
commit f0e429a218
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -786,7 +786,8 @@ (define-public pidgin
("silc" ,silc-toolkit)
("sqlite" ,sqlite)
("startup-notification" ,startup-notification)
("tcl" ,tcl)))
("tcl" ,tcl)
("tk" ,tk)))
(propagated-inputs
`(("glib" ,glib)))
(arguments
@ -795,7 +796,6 @@ (define-public pidgin
"--disable-gtkspell"
;; "--enable-gevolution"
"--enable-cap"
"--disable-tcl"
"--enable-mono"
"--disable-vv" ; XXX remove when we have farstream and gstreamer
"--disable-gstreamer" ; XXX patches needed to support gstreamer-1.0
@ -805,6 +805,9 @@ (define-public pidgin
"/include")
(string-append "--with-tclconfig="
(assoc-ref %build-inputs "tcl")
"/lib")
(string-append "--with-tkconfig="
(assoc-ref %build-inputs "tk")
"/lib"))))
(native-search-paths
(list