gnu: xapian: Use INVOKE.
* gnu/packages/search.scm (xapian)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
6c738fe9e7
commit
d840f6b98a
|
@ -3,6 +3,7 @@
|
||||||
;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
||||||
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||||
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Adam Massmann <massmannak@gmail.com>
|
;;; Copyright © 2018 Adam Massmann <massmannak@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -64,13 +65,13 @@
|
||||||
;; getaddrinfo(). This does not work in the build environment,
|
;; getaddrinfo(). This does not work in the build environment,
|
||||||
;; so exclude those tests. See HACKING for the list of targets.
|
;; so exclude those tests. See HACKING for the list of targets.
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "make"
|
(invoke "make"
|
||||||
"check-inmemory"
|
"check-inmemory"
|
||||||
"check-remoteprog"
|
"check-remoteprog"
|
||||||
;"check-remotetcp"
|
;"check-remotetcp"
|
||||||
"check-multi"
|
"check-multi"
|
||||||
"check-glass"
|
"check-glass"
|
||||||
"check-chert")))))))
|
"check-chert"))))))
|
||||||
(synopsis "Search Engine Library")
|
(synopsis "Search Engine Library")
|
||||||
(description
|
(description
|
||||||
"Xapian is a highly adaptable toolkit which allows developers to easily
|
"Xapian is a highly adaptable toolkit which allows developers to easily
|
||||||
|
|
Loading…
Reference in New Issue