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:
Maxime Devos 2021-10-01 16:21:17 +02:00 committed by Mathieu Othacehe
parent e8176d3152
commit 7f3da8f882
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -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")