gnu: libthai: Make 'datrie' input unconditional.
* gnu/packages/gtk.scm (libthai)[native-inputs]{datrie}: Make this input
  unconditional.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
			
			
This commit is contained in:
		
							parent
							
								
									e8176d3152
								
							
						
					
					
						commit
						7f3da8f882
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -326,10 +326,7 @@ representing trie.  Trie is a kind of digital search tree.")
 | 
			
		|||
    (native-inputs
 | 
			
		||||
     `(("doxygen" ,doxygen)
 | 
			
		||||
       ("pkg-config" ,pkg-config)
 | 
			
		||||
       ;; TODO(core-updates): Make this input unconditional.
 | 
			
		||||
       ,@(if (%current-target-system)
 | 
			
		||||
             `(("datrie" ,libdatrie)) ; for 'trietool'
 | 
			
		||||
             '())))
 | 
			
		||||
       ("datrie" ,libdatrie))) ; for 'trietool'
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("datrie" ,libdatrie)))
 | 
			
		||||
    (synopsis "Thai language support library")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue