Add (guix download) and (guix build download).
authorLudovic Courtès <ludo@gnu.org>
Mon, 12 Nov 2012 22:10:26 +0000 (23:10 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 12 Nov 2012 22:35:04 +0000 (23:35 +0100)
commit62cab99c3297a066f466780bb4d83a4f142538c7
treed17374f770ad043356b915967f8960ab9f8cc7c0
parentddc29a782eac30fcf4ff1f07677aa2896dc140e4
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
distro/packages/bootstrap.scm
guix/build/download.scm [new file with mode: 0644]
guix/download.scm [new file with mode: 0644]
guix/snix.scm
tests/builders.scm