From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 3/5] gnu: Add gwenhywfar. Date: Sat, 11 Jun 2016 16:56:41 +0200 Message-ID: <87k2hvhiza.fsf@elephly.net> References: <20160606132301.21077-1-rekado@elephly.net> <20160606132301.21077-4-rekado@elephly.net> <87shwnj0z0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBkLI-0007yR-OR for guix-devel@gnu.org; Sat, 11 Jun 2016 10:56:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBkLG-0001b1-Ut for guix-devel@gnu.org; Sat, 11 Jun 2016 10:56:55 -0400 In-reply-to: <87shwnj0z0.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Courtès writes: > Ricardo Wurmus 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