From fe92152133eb5009b1d6db7fd8f6ba20571c0768 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 23 Mar 2018 02:33:31 -0400 Subject: gnu: hurd-headers: Use invoke. * gnu/packages/hurd.scm (hurd-headers)[arguments]: Use invoke in the custom install phase. --- gnu/packages/hurd.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/hurd.scm') diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm index 319c303b9a..9be127441d 100644 --- a/gnu/packages/hurd.scm +++ b/gnu/packages/hurd.scm @@ -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 -- cgit v1.2.3