宋文武 <iyzs...@gmail.com> skribis: > Ludovic Courtès <l...@gnu.org> writes: > >> 宋文武 <iyzs...@gmail.com> skribis: >> >>> * gnu/packages/xml.scm (libxml2): Move zlib to 'propagated-inputs'. >> >> Did you encounter an issue in practice? It’s only a problem for static >> linking. > Yes, zlib is required for libxklavier (it not use zlib but libxml2). > I try libxklavier with '--disable-static', but '-lz' is still there.
Hmm, OK. >> I’m asking partly because 452 packages would need to be rebuilt. > Ah, in this case, I think add 'zlib' to libxklavier should be ok? Yeah, but your initial patch really is the right fix. So let’s push it. Thanks, Ludo’.