mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: tclxml: Propagate tcllib.
* gnu/packages/tcl.scm (tclxml): Propagate tcllib.
This commit is contained in:
parent
94c6865737
commit
bc01c89171
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue