diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-11 15:30:58 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-11 15:31:35 +0100 |
commit | 7047133f0777789107bd9f61f62c7d6ca10ed164 (patch) | |
tree | 3d7cfbdd51d0dc54cd83cb9aa58c0692b4274bc4 /Makefile.am | |
parent | 501d76475185127388c7776f89fb6526db4f1336 (diff) | |
download | patches-7047133f0777789107bd9f61f62c7d6ca10ed164.tar patches-7047133f0777789107bd9f61f62c7d6ca10ed164.tar.gz |
import: Add GNU importer.
Suggested by Karl Berry <karl@gnu.org>
and Andreas Enge <andreas@enge.fr>.
* guix/import/gnu.scm, guix/scripts/import/gnu.scm: New files.
* Makefile.am (MODULES): Add them.
* guix/scripts/import.scm (importers): Add "gnu".
* guix/gnu-maintenance.scm (gnu-release-archive-types): New procedure.
(download-tarball): Export.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3350fd6994..5c4ce90f89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,7 @@ MODULES = \ guix/build/graft.scm \ guix/packages.scm \ guix/import/utils.scm \ + guix/import/gnu.scm \ guix/import/snix.scm \ guix/scripts/download.scm \ guix/scripts/build.scm \ @@ -93,6 +94,7 @@ MODULES = \ guix/scripts/refresh.scm \ guix/scripts/system.scm \ guix/scripts/lint.scm \ + guix/scripts/import/gnu.scm \ guix/scripts/import/nix.scm \ guix/scripts/environment.scm \ guix.scm \ |