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'.
			
			
This commit is contained in:
		
							parent
							
								
									d1c4667845
								
							
						
					
					
						commit
						f9926c071f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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?))))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue