all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 27886@debbugs.gnu.org
Subject: [bug#27886] [PATCH] gnu: tclxml: Propagate tcllib.
Date: Mon, 31 Jul 2017 17:17:32 +0200	[thread overview]
Message-ID: <87tw1s3ab7.fsf@gnu.org> (raw)
In-Reply-To: <20170731134536.20860-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Mon, 31 Jul 2017 15:45:36 +0200")

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

      reply	other threads:[~2017-07-31 15:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-31 13:45 [bug#27886] [PATCH] gnu: tclxml: Propagate tcllib Danny Milosavljevic
2017-07-31 15:17 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tw1s3ab7.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=27886@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.