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)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("tcl" ,tcl)
|
`(("tcl" ,tcl)
|
||||||
("tcllib" ,tcllib)
|
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("libxslt" ,libxslt)))
|
("libxslt" ,libxslt)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("tcllib" ,tcllib))) ; uri
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "TCLLIBPATH")
|
(variable "TCLLIBPATH")
|
||||||
|
|
Loading…
Reference in New Issue