summaryrefslogtreecommitdiff
path: root/guix/build/download-nar.scm
Commit message (Collapse)AuthorAge
* download: Download a nar when a VCS checkout fails.Ludovic Courtès2017-10-19
Fixes <https://bugs.gnu.org/28709>. * guix/build/download-nar.scm: New file. * Makefile.am (MODULES): Add it. * guix/cvs-download.scm (cvs-fetch)[zlib, config.scm, modules]: New variables. [build]: Use MODULES. Add call to 'download-nar'. * guix/git-download.scm (git-fetch): Likewise. * guix/hg-download.scm (hg-fetch): Likewise.