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:
parent
b071402d35
commit
6d08d40cfa
1 changed files with 3 additions and 6 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue