me
/
guix
Archived
1
0
Fork 0

image: Offload "disk-image" derivations.

This is a followup to 99efa804bd.

* gnu/system/image.scm (system-disk-image): Pass #:local-build? #f to
'computed-file'.
master
Ludovic Courtès 2020-11-08 14:27:35 +01:00
parent 19e2898c80
commit 4e9ded6d27
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@ image ~a {
out-image))
(convert-disk-image out-image '#$format #$output)))))
(computed-file name builder
#:local-build? #f ;too I/O-intensive
#:options `(#:substitutable? ,substitutable?))))