summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-07-01 15:11:14 +0200
committerLudovic Courtès <ludo@gnu.org>2012-07-01 15:11:14 +0200
commita1e4a93693a3d5935f148609c8567dece676d889 (patch)
treeeee6d62283d734e664462822824ef80130736ddd /README
parent73fbb904312a7cb17a430f994b9f03485aef397c (diff)
downloadgnu-guix-a1e4a93693a3d5935f148609c8567dece676d889.tar
gnu-guix-a1e4a93693a3d5935f148609c8567dece676d889.tar.gz
Update list of dependencies.
* README: Require libgcrypt or libchop.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 442e4c3f35..5244f9f326 100644
--- a/README
+++ b/README
@@ -15,15 +15,15 @@ Nix language.
Guix currently depends on the following packages:
- - GNU Guile 2.0.x, http://gnu.org/software/guile/
- - Nix, http://nixos.org/nix/
- - libchop, http://nongnu.org/libchop/
+ - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]]
+ - [[http://nixos.org/nix/][Nix]]
+ - [[http://gnupg.org/][GNU libgcrypt]], or [[http://nongnu.org/libchop/][libchop]]
For bootstrapping purposes, it is useful to reuse packages from Nixpkgs.
For this to work, you need to have a checkout of the Nixpkgs repository,
with the `NIXPKGS' environment variable pointing to it.
- - Nixpkgs, http://nixos.org/nixpkgs/
+ - [[http://nixos.org/nixpkgs/][Nixpkgs]]
* How It Works