import: Remove Nix importer.
authorLudovic Courtès <ludo@gnu.org>
Sun, 18 Apr 2021 13:37:20 +0000 (15:37 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 20 Apr 2021 10:13:16 +0000 (12:13 +0200)
commitd95168321f4a9bf6857b598da0a183b45a868d54
tree7b9cc723ce64dc5be805acb4d053757cef707ddb
parentb57f342ac82b8cb3871082f808bf988901bd41fa
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.
Makefile.am
build-aux/test-env.in
configure.ac
doc/guix.texi
etc/completion/fish/guix.fish
guix/import/snix.scm [deleted file]
guix/scripts/import.scm
guix/scripts/import/nix.scm [deleted file]
tests/snix.scm [deleted file]