diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-04-25 22:06:48 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-04-25 22:14:51 +0200 |
commit | 1c9e7d65d4ca8674e674b339740f575f8edb5db2 (patch) | |
tree | fcf18c22276da0b321c8255d160028c74f3e4ef6 /po | |
parent | 9e623d068dc5ed9c9e0ac5bdf2dce1d6b78ed6ac (diff) | |
download | patches-1c9e7d65d4ca8674e674b339740f575f8edb5db2.tar patches-1c9e7d65d4ca8674e674b339740f575f8edb5db2.tar.gz |
web: Factorize `http-get' hackery.
This should fix `substitute-binary --query' on Guile 2.0.5.
* guix/web.scm: New file.
* Makefile.am (MODULES): Add it.
* po/POTFILES.in: Add it.
* guix/gnu-maintenance.scm (http-fetch): Remove.
(%package-list-url): Turn into a URI.
(official-gnu-packages): Add #:text? #t to `http-fetch' call.
* guix/scripts/substitute-binary.scm (fetch): Remove `http' case, and
use `http-fetch' instead.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 3b01e2a2a5..6e1ba82951 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -12,3 +12,4 @@ guix/scripts/hash.scm guix/scripts/pull.scm guix/gnu-maintenance.scm guix/ui.scm +guix/web.scm |