mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue