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! Otherwise the package LGTM. Thank you! Ludo’.