mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
download: Allow use of substitutes.
See <https://bugs.gnu.org/18747> for the original report. * guix/download.scm (url-fetch): Comment out #:local-build? argument. * guix/git-download.scm (git-fetch): Likewise. * guix/svn-download.scm (svn-fetch): Likewise.
This commit is contained in:
parent
fd2b6df2a8
commit
347e17b474
3 changed files with 9 additions and 3 deletions
|
@ -76,7 +76,8 @@ type HASH-ALGO (a symbol). Use NAME as the file name, or a generic name if
|
|||
(run-with-store store
|
||||
(gexp->derivation (or name "svn-checkout") build
|
||||
#:system system
|
||||
#:local-build? #t
|
||||
;; FIXME: See <https://bugs.gnu.org/18747>.
|
||||
;;#:local-build? #t
|
||||
#:hash-algo hash-algo
|
||||
#:hash hash
|
||||
#:recursive? #t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue