Archived
1
0
Fork 0

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")
"/share/doc/libthai/html"))))
(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)
("doxygen" ,doxygen)
("pkg-config" ,pkg-config)))
(propagated-inputs
`(("datrie" ,libdatrie)))
(synopsis "Thai language support library")