diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2021-04-18 15:37:20 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-25 14:34:09 +0200 |
| commit | c59cc2383d6620f6ebbed80ce1feecae41a64d69 (patch) | |
| tree | baaa9c92cd7b2830a4af0b236ed76044f66f7001 /configure.ac | |
| parent | 51f95d4e6496d299d4852d7659213fdcd8e131bc (diff) | |
import: Remove Nix importer.
This importer has suffered from bitrot and no longer works with current
Nix and Nixpkgs. See <https://bugs.gnu.org/32339> and
<https://bugs.gnu.org/36255>.
* guix/import/snix.scm, guix/scripts/import/nix.scm,
tests/snix.scm: Remove.
* Makefile.am (MODULES, SCM_TESTS): Remove them.
* guix/scripts/import.scm (importers): Remove "nix".
* build-aux/test-env.in: Remove NIXPKGS variable.
* configure.ac: Remove '--with-nixpkgs' option.
* doc/guix.texi (Invoking guix import): Remove bit about "guix import
nix".
* etc/completion/fish/guix.fish: Likewise.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index 7c1b9ef8dd7..f8b9376c1f0 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -202,23 +202,6 @@ AC_SUBST([GZIP]) | |||
| 202 | AC_SUBST([BZIP2]) | 202 | AC_SUBST([BZIP2]) |
| 203 | AC_SUBST([XZ]) | 203 | AC_SUBST([XZ]) |
| 204 | 204 | ||
| 205 | AC_ARG_WITH([nixpkgs], | ||
| 206 | [AS_HELP_STRING([--with-nixpkgs=DIR], | ||
| 207 | [search for Nixpkgs in DIR (for testing purposes only)])], | ||
| 208 | [case "$withval" in | ||
| 209 | yes|no) AC_MSG_ERROR([Please use `--with-nixpkgs=DIR'.]);; | ||
| 210 | *) NIXPKGS="$withval";; | ||
| 211 | esac], | ||
| 212 | []) | ||
| 213 | |||
| 214 | AC_MSG_CHECKING([for Nixpkgs source tree]) | ||
| 215 | if test -f "$NIXPKGS/default.nix"; then | ||
| 216 | AC_MSG_RESULT([$NIXPKGS]) | ||
| 217 | AC_SUBST([NIXPKGS]) | ||
| 218 | else | ||
| 219 | AC_MSG_RESULT([not found]) | ||
| 220 | fi | ||
| 221 | |||
| 222 | LIBGCRYPT_LIBDIR="no" | 205 | LIBGCRYPT_LIBDIR="no" |
| 223 | LIBGCRYPT_PREFIX="no" | 206 | LIBGCRYPT_PREFIX="no" |
| 224 | 207 | ||
