gnu: tclxml: Propagate tcllib.
* gnu/packages/tcl.scm (tclxml): Propagate tcllib.
This commit is contained in:
parent
94c6865737
commit
bc01c89171
|
@ -307,9 +307,10 @@ modules for Tk, all written in high-level Tcl. Examples of provided widgets:
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("tcl" ,tcl)
|
||||
("tcllib" ,tcllib)
|
||||
("libxml2" ,libxml2)
|
||||
("libxslt" ,libxslt)))
|
||||
(propagated-inputs
|
||||
`(("tcllib" ,tcllib))) ; uri
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "TCLLIBPATH")
|
||||
|
|
Loading…
Reference in New Issue