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
1 changed files with 2 additions and 1 deletions

View File

@ -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")