gnu: guix: Use invoke.
* gnu/packages/package-management.scm (guix)[arguments]: Use invoke in the bootstrap phase.
This commit is contained in:
parent
31ca09011a
commit
92fcb831c0
|
@ -155,7 +155,7 @@
|
|||
(lambda (port)
|
||||
(display ,version port)))
|
||||
|
||||
(zero? (system* "sh" "bootstrap"))))
|
||||
(invoke "sh" "bootstrap")))
|
||||
(add-before 'check 'copy-bootstrap-guile
|
||||
(lambda* (#:key system inputs #:allow-other-keys)
|
||||
;; Copy the bootstrap guile tarball in the store used
|
||||
|
|
Loading…
Reference in New Issue