gnu: gnumach-headers: Use invoke.
* gnu/packages/hurd.scm (gnumach-headers)[arguments]: Use invoke in the custom install phase.
This commit is contained in:
parent
ac8281214f
commit
2057ea6825
|
@ -60,8 +60,7 @@
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero?
|
(invoke "make" "install-data")))
|
||||||
(system* "make" "install-data"))))
|
|
||||||
(delete 'build))
|
(delete 'build))
|
||||||
|
|
||||||
;; GNU Mach supports only IA32 currently, so cheat so that we can at
|
;; GNU Mach supports only IA32 currently, so cheat so that we can at
|
||||||
|
|
Loading…
Reference in New Issue