gexp: Build 'gexp->file' derivations locally.
* guix/gexp.scm (gexp->file): Add #:local-build? argument.
This commit is contained in:
parent
f2cdcafbc1
commit
dc254e0568
|
@ -377,7 +377,8 @@ its search path."
|
||||||
(gexp
|
(gexp
|
||||||
(call-with-output-file (ungexp output)
|
(call-with-output-file (ungexp output)
|
||||||
(lambda (port)
|
(lambda (port)
|
||||||
(write '(ungexp exp) port))))))
|
(write '(ungexp exp) port))))
|
||||||
|
#:local-build? #t))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue