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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27886 in the body.
You can then email your comments to 27886 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#27886; Package guix-patches. (Mon, 31 Jul 2017 13:46:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 31 Jul 2017 13:46:01 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] gnu: tclxml: Propagate tcllib.
Date: Mon, 31 Jul 2017 15:45:36 +0200
* 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")




Information forwarded to guix-patches <at> gnu.org:
bug#27886; Package guix-patches. (Mon, 31 Jul 2017 15:18:02 GMT) Full text and rfc822 format available.

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’.




bug closed, send any further explanations to 27886 <at> debbugs.gnu.org and Danny Milosavljevic <dannym <at> scratchpost.org> Request was from Danny Milosavljevic <dannym <at> scratchpost.org> to control <at> debbugs.gnu.org. (Fri, 29 Sep 2017 06:17:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 27 Oct 2017 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 183 days ago.

Previous Next


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