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. --- guix/scripts/import.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guix/scripts/import.scm') diff --git a/guix/scripts/import.scm b/guix/scripts/import.scm index e9576bad8c..86ef05bc2c 100644 --- a/guix/scripts/import.scm +++ b/guix/scripts/import.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2012, 2013 Ludovic Courtès +;;; Copyright © 2012, 2013, 2014 Ludovic Courtès ;;; Copyright © 2014 David Thompson ;;; ;;; This file is part of GNU Guix. @@ -73,7 +73,7 @@ rather than \\n." ;;; Entry point. ;;; -(define importers '("nix" "pypi")) +(define importers '("gnu" "nix" "pypi")) (define (resolve-importer name) (let ((module (resolve-interface -- cgit v1.2.3