gnu: pidgin: Enable support for Tcl.
* gnu/packages/messaging.scm (pidgin) [inputs]: Add Tcl. [arguments]<#:configure-flags>[--disable-tcl]: Remove flag. [--with-tclconfig]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
43ba7a9b1d
commit
823567803f
|
@ -785,7 +785,8 @@ authentication.")
|
|||
("python2-dbus" ,python2-dbus)
|
||||
("silc" ,silc-toolkit)
|
||||
("sqlite" ,sqlite)
|
||||
("startup-notification" ,startup-notification)))
|
||||
("startup-notification" ,startup-notification)
|
||||
("tcl" ,tcl)))
|
||||
(propagated-inputs
|
||||
`(("glib" ,glib)))
|
||||
(arguments
|
||||
|
@ -801,7 +802,10 @@ authentication.")
|
|||
"--enable-cyrus-sasl"
|
||||
(string-append "--with-ncurses-headers="
|
||||
(assoc-ref %build-inputs "ncurses")
|
||||
"/include"))))
|
||||
"/include")
|
||||
(string-append "--with-tclconfig="
|
||||
(assoc-ref %build-inputs "tcl")
|
||||
"/lib"))))
|
||||
(native-search-paths
|
||||
(list
|
||||
(search-path-specification
|
||||
|
|
Reference in New Issue