gnu: guix: Use invoke.

* gnu/packages/package-management.scm (guix)[arguments]: Use invoke in the
bootstrap phase.
This commit is contained in:
Mark H Weaver 2018-03-23 02:40:21 -04:00
parent 31ca09011a
commit 92fcb831c0
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -155,7 +155,7 @@ (define-public guix
(lambda (port) (lambda (port)
(display ,version port))) (display ,version port)))
(zero? (system* "sh" "bootstrap")))) (invoke "sh" "bootstrap")))
(add-before 'check 'copy-bootstrap-guile (add-before 'check 'copy-bootstrap-guile
(lambda* (#:key system inputs #:allow-other-keys) (lambda* (#:key system inputs #:allow-other-keys)
;; Copy the bootstrap guile tarball in the store used ;; Copy the bootstrap guile tarball in the store used