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:
		
							parent
							
								
									823567803f
								
							
						
					
					
						commit
						f0e429a218
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -786,7 +786,8 @@ authentication.")
 | 
			
		|||
       ("silc" ,silc-toolkit)
 | 
			
		||||
       ("sqlite" ,sqlite)
 | 
			
		||||
       ("startup-notification" ,startup-notification)
 | 
			
		||||
       ("tcl" ,tcl)))
 | 
			
		||||
       ("tcl" ,tcl)
 | 
			
		||||
       ("tk" ,tk)))
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("glib" ,glib)))
 | 
			
		||||
    (arguments
 | 
			
		||||
| 
						 | 
				
			
			@ -795,7 +796,6 @@ authentication.")
 | 
			
		|||
        "--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 @@ authentication.")
 | 
			
		|||
                       "/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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue