gnu: libthai: Make datrie a normal native-input.

* gnu/packages/gtk.scm (libthai)[native-input]: Remove conditional on the
datrie input.
This commit is contained in:
Maxim Cournoyer 2021-10-15 23:59:16 -04:00
parent b071402d35
commit 6d08d40cfa
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -344,12 +344,9 @@ representing trie. Trie is a kind of digital search tree.")
(assoc-ref %outputs "doc") (assoc-ref %outputs "doc")
"/share/doc/libthai/html")))) "/share/doc/libthai/html"))))
(native-inputs (native-inputs
`(("doxygen" ,doxygen) `(("datrie" ,libdatrie)
("pkg-config" ,pkg-config) ("doxygen" ,doxygen)
;; TODO(core-updates): Make this input unconditional. ("pkg-config" ,pkg-config)))
,@(if (%current-target-system)
`(("datrie" ,libdatrie)) ; for 'trietool'
'())))
(propagated-inputs (propagated-inputs
`(("datrie" ,libdatrie))) `(("datrie" ,libdatrie)))
(synopsis "Thai language support library") (synopsis "Thai language support library")