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
parent
d1c4667845
commit
f9926c071f
|
@ -414,6 +414,7 @@ image ~a {
|
||||||
out-image))
|
out-image))
|
||||||
(convert-disk-image out-image '#$format #$output)))))
|
(convert-disk-image out-image '#$format #$output)))))
|
||||||
(computed-file name builder
|
(computed-file name builder
|
||||||
|
#:local-build? #f ;too I/O-intensive
|
||||||
#:options `(#:substitutable? ,substitutable?))))
|
#:options `(#:substitutable? ,substitutable?))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue