gnu: tclxml: Propagate tcllib.

* gnu/packages/tcl.scm (tclxml): Propagate tcllib.
This commit is contained in:
Danny Milosavljevic 2017-07-31 15:45:36 +02:00
parent 94c6865737
commit bc01c89171
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -307,9 +307,10 @@ (define-public tclxml
(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")