emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#30191: closed ([PATCH] gnu: gnunet: Use invoke.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30191: closed ([PATCH] gnu: gnunet: Use invoke.)
Date: Tue, 23 Jan 2018 11:18:02 +0000

Your message dated Tue, 23 Jan 2018 12:17:16 +0100
with message-id <address@hidden>
and subject line Re: [bug#30191] [PATCH] gnu: gnunet: Use invoke.
has caused the debbugs.gnu.org bug report #30191,
regarding [PATCH] gnu: gnunet: Use invoke.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30191: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30191
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: gnunet: Use invoke. Date: Sun, 21 Jan 2018 12:57:43 +0000
From: ng0 <address@hidden>

* gnu/packages/gnunet.scm (gnurl)[arguments]: Substitute invoke for system*.
(guile-gnunet)[arguments]: Likewise.
---
 gnu/packages/gnunet.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 2d238febc..759bc847e 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2015, 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 Mark H Weaver <address@hidden>
-;;; Copyright © 2016, 2017 ng0 <address@hidden>
+;;; Copyright © 2016, 2017, 2018 ng0 <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -226,7 +226,7 @@ authentication and support for SSL3 and TLS.")
               (("/bin/sh") (which "sh")))
 
             ;; Make test output more verbose.
-            (zero? (system* "make" "-C" "tests" "test"))
+            (invoke "make" "-C" "tests" "test")
             #t)))))
    (synopsis "Microfork of cURL with support for the HTTP/HTTPS/GnuTLS subset 
of cURL")
    (description
@@ -325,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)))
-- 
2.15.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30191] [PATCH] gnu: gnunet: Use invoke. Date: Tue, 23 Jan 2018 12:17:16 +0100
Applied patch to master with minimal changes.


--- End Message ---

reply via email to

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