diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-10 11:20:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-10 11:20:35 +0200 |
commit | f0b98b848384f2957a1658a73f0ff20bcec38c23 (patch) | |
tree | 704c4a7d526118e9d7e7856eb0b427e0aadd74cc /doc | |
parent | 005c8fc6e0718f6e66ba19f4d21c056fea5c8aa3 (diff) | |
download | patches-f0b98b848384f2957a1658a73f0ff20bcec38c23.tar patches-f0b98b848384f2957a1658a73f0ff20bcec38c23.tar.gz |
doc: Mention GNU Make as a requirement.
* README (Requirements): Add GNU Make.
* doc/guix.texi (Requirements): Likewise.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 767c00e439..698b63fac5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -334,6 +334,7 @@ GNU Guix depends on the following packages: @itemize @item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.7 or later; @item @url{http://gnupg.org/, GNU libgcrypt}; +@item @url{http://www.gnu.org/software/make/, GNU Make}. @end itemize The following dependencies are optional: |