gnu: libthai: Add datrie as native-input when cross-compiling.
This allows the cross-build to succeed. * gnu/packages/gnome.scm (libthai)[native-inputs]: Add "datrie" when cross-compiling.master
parent
1bd0dcf228
commit
2b16755f99
|
@ -328,7 +328,11 @@ representing trie. Trie is a kind of digital search tree.")
|
|||
"/share/doc/libthai/html"))))
|
||||
(native-inputs
|
||||
`(("doxygen" ,doxygen)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("pkg-config" ,pkg-config)
|
||||
;; TODO(core-updates): Make this input unconditional.
|
||||
,@(if (%current-target-system)
|
||||
`(("datrie" ,libdatrie)) ; for 'trietool'
|
||||
'())))
|
||||
(propagated-inputs
|
||||
`(("datrie" ,libdatrie)))
|
||||
(synopsis "Thai language support library")
|
||||
|
|
Reference in New Issue