gnu: hurd-headers: Use invoke.

* gnu/packages/hurd.scm (hurd-headers)[arguments]: Use invoke in the custom
install phase.
This commit is contained in:
Mark H Weaver 2018-03-23 02:33:31 -04:00
parent 2057ea6825
commit fe92152133
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -127,7 +127,7 @@ (define-public hurd-headers
(modify-phases %standard-phases
(replace 'install
(lambda _
(zero? (system* "make" "install-headers" "no_deps=t"))))
(invoke "make" "install-headers" "no_deps=t")))
(delete 'build))
#:configure-flags '(;; Pretend we're on GNU/Hurd; 'configure' wants