guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

22/66: gnu: hurd-headers: Use invoke.


From: Mark H. Weaver
Subject: 22/66: gnu: hurd-headers: Use invoke.
Date: Fri, 23 Mar 2018 04:46:42 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit fe92152133eb5009b1d6db7fd8f6ba20571c0768
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 23 02:33:31 2018 -0400

    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(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 319c303..9be1274 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]