guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnunet: Use invoke.


From: Danny Milosavljevic
Subject: 01/01: gnu: gnunet: Use invoke.
Date: Tue, 23 Jan 2018 06:17:16 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 0741c3a46adf54009ef25463eb7739e353710604
Author: ng0 <address@hidden>
Date:   Tue Jan 23 12:14:55 2018 +0100

    gnu: gnunet: Use invoke.
    
    * gnu/packages/gnunet.scm (gnurl)[arguments]: Substitute invoke for system*.
    (guile-gnunet)[arguments]: Likewise.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/gnunet.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 0ebfc91..5e47f2e 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -227,8 +227,7 @@ authentication and support for SSL3 and TLS.")
               (("/bin/sh") (which "sh")))
 
             ;; Make test output more verbose.
-            (zero? (system* "make" "-C" "tests" "test"))
-            #t)))))
+            (invoke "make" "-C" "tests" "test"))))))
    (synopsis "Microfork of cURL with support for the HTTP/HTTPS/GnuTLS subset 
of cURL")
    (description
     "Gnurl is a microfork of cURL, a command line tool for transferring data
@@ -326,7 +325,7 @@ kinds of basic applications for the foundation of a GNU 
internet.")
        '(#:phases (modify-phases %standard-phases
                     (add-after 'unpack 'bootstrap
                       (lambda _
-                        (zero? (system* "autoreconf" "-vfi")))))))
+                        (invoke "autoreconf" "-vfi"))))))
       (native-inputs `(("pkg-config" ,pkg-config)
                        ("autoconf" ,(autoconf-wrapper))
                        ("automake" ,automake)))



reply via email to

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