diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-03 21:43:30 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-03 21:49:54 +0100 |
commit | d388c2c435395aee61dc074023b1f218e6037545 (patch) | |
tree | 9b9016d2dea7bb708a20a571f5d48a3ec17bc3fb /README | |
parent | 1275baeba7bbee85a28766eb7307cf1690ec08d2 (diff) | |
download | guix-d388c2c435395aee61dc074023b1f218e6037545.tar guix-d388c2c435395aee61dc074023b1f218e6037545.tar.gz |
build: Require GNU libgcrypt.
* guix/utils.scm (sha256): Remove Coreutils- and libchop-based
implementations.
* README: Update accordingly.
* m4/guix.m4: New file.
* configure.ac: Use `GUIX_ASSERT_LIBGCRYPT_USABLE'. Set and substitute
`LIBGCRYPT_PREFIX'.
* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Pass
`--with-libgcrypt-prefix=$(LIBGCRYPT_PREFIX)'.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ Guix currently depends on the following packages: - [[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]] + - [[http://gnupg.org/][GNU libgcrypt]] Optionally, packages from Nixpkgs may be transparently reused from Guix. For this to work, you need to have a checkout of the Nixpkgs repository; |