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
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user