diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-08-27 17:41:18 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-09-28 13:10:11 +0200 |
commit | fb1db385476bc4548d3eadea93b5dd6a346839f2 (patch) | |
tree | 6c505efc758fc6ecc15c567a906d353d5ef1adb5 /Makefile.am | |
parent | 5e892bc365a3da0d30a0982783ee2ab82ee090f8 (diff) | |
download | patches-fb1db385476bc4548d3eadea93b5dd6a346839f2.tar patches-fb1db385476bc4548d3eadea93b5dd6a346839f2.tar.gz |
import: Add JSON importer.
* doc/guix.texi (Invoking guix import): Document it.
* guix/scripts/import/json.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/scripts/import.scm (importers): Add json importer.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e16f15acef..1f014b7c01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -174,6 +174,7 @@ MODULES = \ guix/scripts/import/gnu.scm \ guix/scripts/import/nix.scm \ guix/scripts/import/hackage.scm \ + guix/scripts/import/json.scm \ guix/scripts/import/elpa.scm \ guix/scripts/import/texlive.scm \ guix/scripts/environment.scm \ |