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>
Sun, 25 Apr 2021 12:34:09 +0000 (14:34 +0200)
commitc59cc2383d6620f6ebbed80ce1feecae41a64d69
treebaaa9c92cd7b2830a4af0b236ed76044f66f7001
parent51f95d4e6496d299d4852d7659213fdcd8e131bc
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]