宋文武 <iyzs...@gmail.com> skribis: > Ludovic Courtès <l...@gnu.org> writes: > >> ??? <iyzs...@gmail.com> skribis: >> >>> commit 122ddc595e22a933dbffaad1153876cc7ea2203b >>> Author: 宋文武 <iyzs...@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’.