From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Gnunet-0.10.0 recipe Date: Mon, 3 Feb 2014 23:19:50 +0100 Message-ID: <20140203221950.GB23992@debian> References: <52EA7F73.9010302@totakura.in> <20140130223912.GA12116@debian> <52EAD88B.70409@totakura.in> <874n4k87ce.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]:53213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WARs4-0000TI-KI for guix-devel@gnu.org; Mon, 03 Feb 2014 17:20:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WARrx-00083K-Bj for guix-devel@gnu.org; Mon, 03 Feb 2014 17:20:04 -0500 Content-Disposition: inline In-Reply-To: <874n4k87ce.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Fri, Jan 31, 2014 at 05:05:37PM +0100, Ludovic Courtès wrote: > Note for upstream: It would be great to use GnuTLS instead of OpenSSL, > especially given that OpenSSL’s license may be incompatible with the GPL > in this case. >From my trials, I think openssl is used only for "make check". So it should probably pass into native-inputs. > Could you check with ‘guix gc --references $(guix build gnunet)’ if the > reference on OpenSSL is retained? If not, that’s fine, but otherwise > that’s not cool. There is no reference to openssl left. Andreas