gnu: hurd-headers: Use invoke.
* gnu/packages/hurd.scm (hurd-headers)[arguments]: Use invoke in the custom install phase.master
parent
2057ea6825
commit
fe92152133
|
@ -127,7 +127,7 @@ communication.")
|
|||
(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
|
||||
|
|
Reference in New Issue