[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 01/01: gnu: gnutls: Propagate zlib.
From: |
宋文武 |
Subject: |
Re: 01/01: gnu: gnutls: Propagate zlib. |
Date: |
Sun, 08 Feb 2015 19:31:12 +0800 |
User-agent: |
Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-unknown-linux-gnu) |
Ludovic Courtès <address@hidden> writes:
> ??? <address@hidden> skribis:
>
>> commit 122ddc595e22a933dbffaad1153876cc7ea2203b
>> Author: 宋文武 <address@hidden>
>> 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’.