gnu: gnumach-headers: Use invoke.

* gnu/packages/hurd.scm (gnumach-headers)[arguments]: Use invoke in the
custom install phase.
This commit is contained in:
Mark H Weaver 2018-03-23 02:32:34 -04:00
parent ac8281214f
commit 2057ea6825
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@
(modify-phases %standard-phases
(replace 'install
(lambda _
(zero?
(system* "make" "install-data"))))
(invoke "make" "install-data")))
(delete 'build))
;; GNU Mach supports only IA32 currently, so cheat so that we can at