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
1 changed files with 1 additions and 4 deletions
|
|
@ -326,10 +326,7 @@ representing trie. Trie is a kind of digital search tree.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
;; TODO(core-updates): Make this input unconditional.
|
("datrie" ,libdatrie))) ; for 'trietool'
|
||||||
,@(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")
|
||||||
|
|
|
||||||
Reference in a new issue