diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-08-29 12:33:21 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-08-29 16:24:17 +0200 |
commit | d7965b58d25c9c7648ba5682223f32d759fdffda (patch) | |
tree | 770dce17ca9abe35b52d30c14e8fe67dbc9e872e /configure.ac | |
parent | f5d3a1690cb78ce9413b78352f1030bf4801617a (diff) | |
download | guix-d7965b58d25c9c7648ba5682223f32d759fdffda.tar.gz |
build: Remove references to the 'nix-hash' program.
* configure.ac: Remove check for 'nix-hash'. * tests/base32.scm (%nix-hash, %have-nix-hash?): Remove. ("sha256 & bytevector->nix-base32-string"): Remove test. * build-aux/pre-inst-env.in: Do not set 'NIX_HASH' environment variable.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 7959d08cd7..adca374619 100644 --- a/configure.ac +++ b/configure.ac @@ -194,11 +194,6 @@ AC_ARG_WITH([nix-prefix], esac], []) -AC_PATH_PROG([NIX_HASH], [nix-hash]) -if test "x$guix_build_daemon$NIX_HASH" = "xno"; then - AC_MSG_ERROR([Nix programs not found; please install Nix or use `--with-nix-prefix'.]) -fi - AC_ARG_WITH([nixpkgs], [AS_HELP_STRING([--with-nixpkgs=DIR], [search for Nixpkgs in DIR (for testing purposes only)])], |