From 62cab99c3297a066f466780bb4d83a4f142538c7 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 12 Nov 2012 23:10:26 +0100 Subject: Add (guix download) and (guix build download). * guix/download.scm, guix/build/download.scm: New files. * Makefile.am (MODULES): Add them. * tests/builders.scm ("url-fetch"): New test. * distro/packages/bootstrap.scm (bootstrap-origin): Support `url-fetch'. * guix/snix.scm (snix-derivation->guix-package): Use `url-fetch' instead of `http-fetch'. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b29bf6584b..c4e03a2d6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ MODULES = \ guix/base32.scm \ guix/utils.scm \ guix/derivations.scm \ + guix/download.scm \ guix/build-system.scm \ guix/build-system/gnu.scm \ guix/build-system/trivial.scm \ @@ -34,6 +35,7 @@ MODULES = \ guix/http.scm \ guix/store.scm \ guix/ui.scm \ + guix/build/download.scm \ guix/build/gnu-build-system.scm \ guix/build/ftp.scm \ guix/build/http.scm \ -- cgit v1.2.3