all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27886] [PATCH] gnu: tclxml: Propagate tcllib.
@ 2017-07-31 13:45 Danny Milosavljevic
  2017-07-31 15:17 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2017-07-31 13:45 UTC (permalink / raw)
  To: 27886

* gnu/packages/tcl.scm (tclxml): Propagate tcllib.
---
 gnu/packages/tcl.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index de888891c..c412866bb 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -262,9 +262,10 @@ utility functions and modules all written in high-level Tcl.")
     (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")

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#27886] [PATCH] gnu: tclxml: Propagate tcllib.
  2017-07-31 13:45 [bug#27886] [PATCH] gnu: tclxml: Propagate tcllib Danny Milosavljevic
@ 2017-07-31 15:17 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-07-31 15:17 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 27886

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * gnu/packages/tcl.scm (tclxml): Propagate tcllib.
> ---
>  gnu/packages/tcl.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
> index de888891c..c412866bb 100644
> --- a/gnu/packages/tcl.scm
> +++ b/gnu/packages/tcl.scm
> @@ -262,9 +262,10 @@ utility functions and modules all written in high-level Tcl.")
>      (build-system gnu-build-system)
>      (native-inputs
>       `(("tcl" ,tcl)
> -       ("tcllib" ,tcllib)
>         ("libxml2" ,libxml2)
>         ("libxslt" ,libxslt)))
> +    (propagated-inputs
> +     `(("tcllib" ,tcllib))) ; uri

The comment is a bit terse :-) but I guess this change is OK.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-31 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-31 13:45 [bug#27886] [PATCH] gnu: tclxml: Propagate tcllib Danny Milosavljevic
2017-07-31 15:17 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.