gnu: hurd-headers: Use invoke.
* gnu/packages/hurd.scm (hurd-headers)[arguments]: Use invoke in the custom install phase.
This commit is contained in:
parent
2057ea6825
commit
fe92152133
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ communication.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "make" "install-headers" "no_deps=t"))))
|
(invoke "make" "install-headers" "no_deps=t")))
|
||||||
(delete 'build))
|
(delete 'build))
|
||||||
|
|
||||||
#:configure-flags '(;; Pretend we're on GNU/Hurd; 'configure' wants
|
#:configure-flags '(;; Pretend we're on GNU/Hurd; 'configure' wants
|
||||||
|
|
Reference in a new issue