guix-commits
[Top][All Lists]
Advanced

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

12/31: gnu: fcgiwrap: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 12/31: gnu: fcgiwrap: Use INVOKE.
Date: Wed, 30 May 2018 22:55:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 359375e6492020e64355ff140e7fea51e7160323
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Apr 1 07:37:34 2018 +0200

    gnu: fcgiwrap: Use INVOKE.
    
    * gnu/packages/web.scm (fcgiwrap)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9f16095..0cd6c01 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -413,13 +413,13 @@ APIs.")
          "07y6s4mm86cv7p1ljz94sxnqa89y9amn3vzwsnbq5hrl4vdy0zac"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f ; no tests included
+     `(#:tests? #f                      ; no tests included
        #:make-flags (list "CC=gcc")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'bootstrap
            (lambda _
-             (zero? (system* "autoreconf" "-vif")))))))
+             (invoke "autoreconf" "-vif"))))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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