gnu: python-clf: Use INVOKE.

* gnu/packages/web.scm (python-clf)[arguments]: Substitute INVOKE for
SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-01 07:48:34 +02:00
parent b8150fa091
commit a145d7e9af
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5305,14 +5305,15 @@ (define-public python-clf
(modify-phases %standard-phases
(add-after 'unpack 'get-tests
(lambda _
(copy-file (assoc-ref %build-inputs "test-clf") "test_clf.py")))
(copy-file (assoc-ref %build-inputs "test-clf") "test_clf.py")
#t))
(replace 'check
(lambda _
(zero? (system* "nosetests"
;; These tests require internet connection
"--exclude=test_browse"
"--exclude=test_command"
"--exclude=test_search")))))))
(invoke "nosetests"
;; These tests require an Internet connection.
"--exclude=test_browse"
"--exclude=test_command"
"--exclude=test_search"))))))
(home-page "https://github.com/ncrocfer/clf")
(synopsis "Search code snippets on @url{https://commandlinefu.com}")
(description "@code{clf} is a command line tool for searching code