all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30191] [PATCH] gnu: gnunet: Use invoke.
@ 2018-01-21 12:57 ng0+guixpatches
  2018-01-21 13:04 ` Danny Milosavljevic
  2018-01-23 11:17 ` bug#30191: " Danny Milosavljevic
  0 siblings, 2 replies; 3+ messages in thread
From: ng0+guixpatches @ 2018-01-21 12:57 UTC (permalink / raw)
  To: 30191; +Cc: ng0

From: ng0 <ng0@n0.is>

* 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 <efraim@flashner.co.il>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
+;;; Copyright © 2016, 2017, 2018 ng0 <ng0@n0.is>
 ;;;
 ;;; 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#30191] [PATCH] gnu: gnunet: Use invoke.
  2018-01-21 12:57 [bug#30191] [PATCH] gnu: gnunet: Use invoke ng0+guixpatches
@ 2018-01-21 13:04 ` Danny Milosavljevic
  2018-01-23 11:17 ` bug#30191: " Danny Milosavljevic
  1 sibling, 0 replies; 3+ messages in thread
From: Danny Milosavljevic @ 2018-01-21 13:04 UTC (permalink / raw)
  To: ng0+guixpatches; +Cc: 30191, ng0

>              ;; Make test output more verbose.
> -            (zero? (system* "make" "-C" "tests" "test"))
> +            (invoke "make" "-C" "tests" "test")
>              #t)))))

Please remove "#t".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#30191: [PATCH] gnu: gnunet: Use invoke.
  2018-01-21 12:57 [bug#30191] [PATCH] gnu: gnunet: Use invoke ng0+guixpatches
  2018-01-21 13:04 ` Danny Milosavljevic
@ 2018-01-23 11:17 ` Danny Milosavljevic
  1 sibling, 0 replies; 3+ messages in thread
From: Danny Milosavljevic @ 2018-01-23 11:17 UTC (permalink / raw)
  To: ng0+guixpatches; +Cc: 30191-done, ng0

Applied patch to master with minimal changes.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-23 11:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-21 12:57 [bug#30191] [PATCH] gnu: gnunet: Use invoke ng0+guixpatches
2018-01-21 13:04 ` Danny Milosavljevic
2018-01-23 11:17 ` bug#30191: " Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.