diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-31 00:27:03 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-31 00:27:03 -0400 |
commit | 0d6f84aab1c2f4cd8ce1b68215a7a77426dc6cd5 (patch) | |
tree | 714784ba10d8b4f9f33393d285d148024ba5dea8 /gnu/packages/search.scm | |
parent | 03d90319622a9fd9df1cf69cf123ed550e870276 (diff) | |
parent | 88a3465e4a467be92729fc37d8bda0155bbf5c52 (diff) | |
download | guix-0d6f84aab1c2f4cd8ce1b68215a7a77426dc6cd5.tar guix-0d6f84aab1c2f4cd8ce1b68215a7a77426dc6cd5.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/search.scm')
-rw-r--r-- | gnu/packages/search.scm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 5c8539d561..e176fd1aa7 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Adam Massmann <massmannak@gmail.com> ;;; ;;; 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 |