From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: bug#29904: README is not up-to-date Date: Sat, 30 Dec 2017 00:11:46 +0100 Message-ID: <87shbtt9hp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eV3po-0005nr-2V for bug-guix@gnu.org; Fri, 29 Dec 2017 18:13:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eV3pn-0002CE-4h for bug-guix@gnu.org; Fri, 29 Dec 2017 18:13:04 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48356) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eV3pm-0002Bx-WA for bug-guix@gnu.org; Fri, 29 Dec 2017 18:13:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eV3pm-0002hr-OB for bug-guix@gnu.org; Fri, 29 Dec 2017 18:13:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eV3od-0005VN-4X for bug-guix@gnu.org; Fri, 29 Dec 2017 18:11:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eV3ob-0000eR-WC for bug-guix@gnu.org; Fri, 29 Dec 2017 18:11:51 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eV3ob-0000eE-S0 for bug-guix@gnu.org; Fri, 29 Dec 2017 18:11:49 -0500 Received: from [2a01:e35:2ec2:e580:491c:541:7a4a:37d9] (port=58528 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eV3ob-0000B8-8s for bug-guix@gnu.org; Fri, 29 Dec 2017 18:11:49 -0500 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 29904@debbugs.gnu.org --=-=-= Content-Type: text/plain Hello, The README requirements part is not up-to-date since GnuTLS is not optional anymore and Guile-Git is a dependency. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=update-README.patch diff --git a/README b/README index 18e6856..4192eb4 100644 --- a/README +++ b/README @@ -23,10 +23,9 @@ GNU Guix currently depends on the following packages: - [[https://gnu.org/software/guile/][GNU Guile 2.2.x or 2.0.x]], version 2.0.9 or later - [[https://gnupg.org/][GNU libgcrypt]] - [[https://www.gnu.org/software/make/][GNU Make]] + - [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled. + - [[https://gitlab.com/guile-git/guile-git][Guile-Git]] - optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command - - optionally [[https://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: --=-=-= Content-Type: text/plain Thanks. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37 --=-=-=--