GNU bug report logs - #27886
[PATCH] gnu: tclxml: Propagate tcllib.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Mon, 31 Jul 2017 13:46:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 27886 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 27886 <at> debbugs.gnu.org
Subject: Re: [bug#27886] [PATCH] gnu: tclxml: Propagate tcllib.
Date: Mon, 31 Jul 2017 17:17:32 +0200
Danny Milosavljevic <dannym <at> 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’.




This bug report was last modified 7 years and 237 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.