From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/2] gnu: Add mbedtls. Date: Wed, 25 Jan 2017 22:11:05 -0500 Message-ID: <20170126031105.GA17064@jasmine> References: <20170125122517.2266-1-contact.ng0@cryptolab.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWaSu-0000HT-OP for guix-devel@gnu.org; Wed, 25 Jan 2017 22:11:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWaSq-0004Pc-PW for guix-devel@gnu.org; Wed, 25 Jan 2017 22:11:12 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:49359) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cWaSq-0004PN-JA for guix-devel@gnu.org; Wed, 25 Jan 2017 22:11:08 -0500 Content-Disposition: inline In-Reply-To: <20170125122517.2266-1-contact.ng0@cryptolab.net> 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: contact.ng0@cryptolab.net Cc: guix-devel@gnu.org, ng0 On Wed, Jan 25, 2017 at 12:25:17PM +0000, contact.ng0@cryptolab.net wrote: > * gnu/packages/tls.scm (mbedtls): New variable. > + ;; FIXME: Tarball on tls.mbed.org can no be fetched by our downloader. Please add a comment explaining what goes wrong. > + (native-inputs > + `(("perl" ,perl) ; Tests > + ("doxygen" ,doxygen) > + ("graphviz" ,graphviz))) > + (inputs > + `(("zlib" ,zlib) > + ("openssl" ,openssl))) The only dependency it needs to build is Perl. The rest can be missing and mbedtls will still pass its test suite. Doxygen seems unused; no documentation is installed when its available. If they are available, zlib and openssl are not referred to by the output (checked with `guix gc --references`).