guix-commits
[Top][All Lists]
Advanced

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

24/31: gnu: xapian: Use INVOKE.


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

nckx pushed a commit to branch master
in repository guix.

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

    gnu: xapian: Use INVOKE.
    
    * gnu/packages/search.scm (xapian)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/search.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 5c8539d..e176fd1 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2015, 2016 Eric Bavier <address@hidden>
 ;;; Copyright © 2017 Thomas Danckaert <address@hidden>
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Adam Massmann <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -64,13 +65,13 @@
            ;; getaddrinfo(). This does not work in the build environment,
            ;; so exclude those tests. See HACKING for the list of targets.
            (lambda _
-             (zero? (system* "make"
-                             "check-inmemory"
-                             "check-remoteprog"
-                             ;"check-remotetcp"
-                             "check-multi"
-                             "check-glass"
-                             "check-chert")))))))
+             (invoke "make"
+                     "check-inmemory"
+                     "check-remoteprog"
+                     ;"check-remotetcp"
+                     "check-multi"
+                     "check-glass"
+                     "check-chert"))))))
     (synopsis "Search Engine Library")
     (description
      "Xapian is a highly adaptable toolkit which allows developers to easily



reply via email to

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