Chris Marusich writes: > + (let ((tmpdir "/xchg/tmp")) > + (mkdir tmpdir) > + (build-docker-image > + (string-append "/xchg/" #$name) ;; The output file. > + #$os-drv > + #:closure (string-append "/xchg/" #$system-graph-name) > + #:compressor '(#+(file-append gzip "/bin/gzip") "-9n") > + #:creation-time (make-time time-utc 0 1) > + #:tmpdir tmpdir > + #:extra-items-dir root) > + (delete-file-recursively tmpdir)))))) I've adjusted this section to take into account the changes I made to patches earlier in the series. Please find attached a new Patch 6/7, which incorporates these minor adjustments. -- Chris