Ludovic Courtès <[email protected]> writes:
> ??? <[email protected]> skribis:
>
>> commit 122ddc595e22a933dbffaad1153876cc7ea2203b
>> Author: 宋文武 <[email protected]>
>> 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’.