Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <rek...@elephly.net> skribis: > >> * gnu/packages/gnucash.scm (gwenhywfar): New variable. > > [...] > >> + (inputs >> + `(("libgcrypt" ,libgcrypt) >> + ("gnutls" ,gnutls) >> + ("openssl" ,openssl) > > Do all three libraries show up in ‘guix gc --references’? In particular > are there programs linked against both OpenSSL and GnuTLS? That seems a > bit crazy to me, but if it needs to be, then that’s fine!
References to all three libraries are, in fact, retained and they are reported by “guix gc --references”. ~~ Ricardo