Set #:fallback? to #t
If a substitute fails, just build it anyway.
This commit is contained in:
parent
f6ffcb5f02
commit
548e628398
1 changed files with 4 additions and 0 deletions
|
|
@ -388,6 +388,8 @@
|
||||||
(simple-format
|
(simple-format
|
||||||
#t "debug: extract-information-from: ~A\n" store-path)
|
#t "debug: extract-information-from: ~A\n" store-path)
|
||||||
(with-store store
|
(with-store store
|
||||||
|
(set-build-options store
|
||||||
|
#:fallback? #t)
|
||||||
(let ((inf (if (defined? 'open-inferior/container)
|
(let ((inf (if (defined? 'open-inferior/container)
|
||||||
(open-inferior/container store store-path
|
(open-inferior/container store store-path
|
||||||
#:extra-shared-directories
|
#:extra-shared-directories
|
||||||
|
|
@ -426,6 +428,8 @@
|
||||||
(define (store-item-for-git-repository-id-and-commit
|
(define (store-item-for-git-repository-id-and-commit
|
||||||
conn git-repository-id commit)
|
conn git-repository-id commit)
|
||||||
(with-store store
|
(with-store store
|
||||||
|
(set-build-options store
|
||||||
|
#:fallback? #t)
|
||||||
(channel->guix-store-item
|
(channel->guix-store-item
|
||||||
store
|
store
|
||||||
(channel (name 'guix)
|
(channel (name 'guix)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue