From 7047133f0777789107bd9f61f62c7d6ca10ed164 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 11 Nov 2014 15:30:58 +0100 Subject: import: Add GNU importer. Suggested by Karl Berry and Andreas Enge . * 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. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3