From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Denhardt Subject: [PATCH 1/1] README: add a note about optional GnuTLS dependency. Date: Sun, 26 Oct 2014 01:21:22 -0400 Message-ID: <9b6f70639e7972b5631c775c60859ebd1d1d40be.1414301405.git.ian@zenhack.net> References: <87fvebstnu.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.1.2" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiGOH-0002Na-Lq for guix-devel@gnu.org; Sun, 26 Oct 2014 01:29:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiGOD-0004YQ-JX for guix-devel@gnu.org; Sun, 26 Oct 2014 01:29:21 -0400 Received: from zenhack.net ([198.7.57.215]:50467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiGOD-0004YM-FH for guix-devel@gnu.org; Sun, 26 Oct 2014 01:29:17 -0400 Received: from zenhack.net (localhost [127.0.0.1]) by zenhack.net (8.14.9/8.14.9) with ESMTP id s9Q5TH16012084 for ; Sun, 26 Oct 2014 00:29:17 -0500 (EST) (envelope-from ian@zenhack.net) In-Reply-To: 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: guix-devel@gnu.org This is a multi-part message in MIME format. --------------2.1.2 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit * README: add a note about 'guix download''s GnuTLS dependency. This is documented in the manual, but should be more prominently featured. --- README | 2 ++ 1 file changed, 2 insertions(+) --------------2.1.2 Content-Type: text/x-patch; name="0001-README-add-a-note-about-optional-GnuTLS-dependency.patch" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="0001-README-add-a-note-about-optional-GnuTLS-dependency.patch" diff --git a/README b/README index 3e9e972..8b8c05f 100644 --- a/README +++ b/README @@ -23,6 +23,8 @@ GNU Guix currently depends on the following packages: - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.5 or later - [[http://gnupg.org/][GNU libgcrypt]] - optionally [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command + - optionally [[http://www.gnutls.org][GnuTLS]] compiled with guile support enabled, for HTTPS support in the + 'guix download' command. Note that 'guix import pypi' requires this functionality. Unless `--disable-daemon' was passed, the following packages are needed: --------------2.1.2--