substitute: Make substitute URLs a SRFI-39 parameter.
authorLudovic Courtès <ludo@gnu.org>
Thu, 31 Aug 2017 21:27:26 +0000 (23:27 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 11 Sep 2017 09:10:21 +0000 (11:10 +0200)
commit218f6eccafa8172221cf7efd5262107233e7a587
tree86b62016dac6f6e9631809215678df8a98a69611
parent79228a52d2561c40be2cc2ac9873fcc7a38cbb48
substitute: Make substitute URLs a SRFI-39 parameter.

* guix/scripts/substitute.scm (%cache-urls): Rename to...
(%default-substitute-urls): ... this.
(substitute-urls): New variable.
(guix-substitute): Use it instead of %CACHE-URLS.
* tests/substitute.scm: Likewise.
guix/scripts/substitute.scm
tests/substitute.scm