summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 4192eb41299..d96a43bbefc 100644
--- a/README
+++ b/README
@@ -25,13 +25,14 @@ GNU Guix currently depends on the following packages:
25 - [[https://www.gnu.org/software/make/][GNU Make]] 25 - [[https://www.gnu.org/software/make/][GNU Make]]
26 - [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled. 26 - [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled.
27 - [[https://gitlab.com/guile-git/guile-git][Guile-Git]] 27 - [[https://gitlab.com/guile-git/guile-git][Guile-Git]]
28 - [[http://www.zlib.net/][zlib]]
28 - optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command 29 - optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command
29 30
30Unless `--disable-daemon' was passed, the following packages are needed: 31Unless `--disable-daemon' was passed, the following packages are needed:
31 32
32 - [[https://sqlite.org/][SQLite 3]] 33 - [[https://sqlite.org/][SQLite 3]]
33 - [[http://www.bzip.org][libbz2]]
34 - [[https://gcc.gnu.org][GCC's g++]] 34 - [[https://gcc.gnu.org][GCC's g++]]
35 - optionally [[http://www.bzip.org][libbz2]]
35 36
36When `--disable-daemon' was passed, you instead need the following: 37When `--disable-daemon' was passed, you instead need the following:
37 38