unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: 01/01: gnu: gnutls: Propagate zlib.
       [not found] ` <E1YJJyn-0003yG-6h@vcs.savannah.gnu.org>
@ 2015-02-05 20:28   ` Ludovic Courtès
  2015-02-08 11:31     ` 宋文武
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2015-02-05 20:28 UTC (permalink / raw)
  To: iyzsong; +Cc: guix-devel

??? <iyzsong@gmail.com> skribis:

> commit 122ddc595e22a933dbffaad1153876cc7ea2203b
> Author: 宋文武 <iyzsong@gmail.com>
> Date:   Thu Feb 5 18:46:59 2015 +0800
>
>     gnu: gnutls: Propagate zlib.
>     
>     * gnu/packages/gnutls.scm (gnutls): Move zlib to 'propagated-inputs'.

[...]

>      (inputs
>       `(("guile" ,guile-2.0)
> -       ("zlib" ,guix:zlib)
>         ("perl" ,perl)))
>      (propagated-inputs
>       `(("libtasn1" ,libtasn1)
>         ("nettle" ,nettle)
> -       ("which" ,which)))
> +       ("which" ,which)
> +       ("zlib" ,guix:zlib)))

Could you add a comment explaining why this needs to be propagated?

TIA,
Ludo’.

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

* Re: 01/01: gnu: gnutls: Propagate zlib.
  2015-02-05 20:28   ` 01/01: gnu: gnutls: Propagate zlib Ludovic Courtès
@ 2015-02-08 11:31     ` 宋文武
  2015-02-08 14:43       ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: 宋文武 @ 2015-02-08 11:31 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

Ludovic Courtès <ludo@gnu.org> writes:

> ??? <iyzsong@gmail.com> skribis:
>
>> commit 122ddc595e22a933dbffaad1153876cc7ea2203b
>> Author: 宋文武 <iyzsong@gmail.com>
>> Date:   Thu Feb 5 18:46:59 2015 +0800
>>
>>     gnu: gnutls: Propagate zlib.
>>     
>>     * gnu/packages/gnutls.scm (gnutls): Move zlib to 'propagated-inputs'.
>
> [...]
>
>>      (inputs
>>       `(("guile" ,guile-2.0)
>> -       ("zlib" ,guix:zlib)
>>         ("perl" ,perl)))
>>      (propagated-inputs
>>       `(("libtasn1" ,libtasn1)
>>         ("nettle" ,nettle)
>> -       ("which" ,which)))
>> +       ("which" ,which)
>> +       ("zlib" ,guix:zlib)))
>
> Could you add a comment explaining why this needs to be propagated?
Is adding a line of ";; gnutls.pc refers to all these" enough?
But I have no idea why 'which' is propagated too.
>
> TIA,
> Ludo’.

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

* Re: 01/01: gnu: gnutls: Propagate zlib.
  2015-02-08 11:31     ` 宋文武
@ 2015-02-08 14:43       ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2015-02-08 14:43 UTC (permalink / raw)
  To: 宋文武; +Cc: guix-devel

宋文武 <iyzsong@gmail.com> skribis:

> Ludovic Courtès <ludo@gnu.org> writes:
>
>> ??? <iyzsong@gmail.com> skribis:
>>
>>> commit 122ddc595e22a933dbffaad1153876cc7ea2203b
>>> Author: 宋文武 <iyzsong@gmail.com>
>>> Date:   Thu Feb 5 18:46:59 2015 +0800
>>>
>>>     gnu: gnutls: Propagate zlib.
>>>     
>>>     * gnu/packages/gnutls.scm (gnutls): Move zlib to 'propagated-inputs'.
>>
>> [...]
>>
>>>      (inputs
>>>       `(("guile" ,guile-2.0)
>>> -       ("zlib" ,guix:zlib)
>>>         ("perl" ,perl)))
>>>      (propagated-inputs
>>>       `(("libtasn1" ,libtasn1)
>>>         ("nettle" ,nettle)
>>> -       ("which" ,which)))
>>> +       ("which" ,which)
>>> +       ("zlib" ,guix:zlib)))
>>
>> Could you add a comment explaining why this needs to be propagated?
> Is adding a line of ";; gnutls.pc refers to all these" enough?

Yes.  Except that there’s no zlib.pc AFAIK, so there must be some other
reason, no?

> But I have no idea why 'which' is propagated too.

No idea either–which is why it’s a good idea to explain it in comments.
:-)

Thanks,
Ludo’.

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

end of thread, other threads:[~2015-02-08 14:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20150205104812.15210.37712@vcs.savannah.gnu.org>
     [not found] ` <E1YJJyn-0003yG-6h@vcs.savannah.gnu.org>
2015-02-05 20:28   ` 01/01: gnu: gnutls: Propagate zlib Ludovic Courtès
2015-02-08 11:31     ` 宋文武
2015-02-08 14:43       ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).