gnu: krona-tools: Use INVOKE.

* gnu/packages/web.scm (krona-tools)[arguments]: Substitute INVOKE for
SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-01 07:38:24 +02:00
parent 359375e649
commit aa0771556e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -690,8 +690,8 @@ instances, while JSON's objects will be mapped to @code{QVariantMap}.")
(add-after 'wrap-program 'check (add-after 'wrap-program 'check
(lambda* (#:key inputs outputs #:allow-other-keys) (lambda* (#:key inputs outputs #:allow-other-keys)
(with-directory-excursion "data" (with-directory-excursion "data"
(zero? (system* (string-append (assoc-ref outputs "out") "/bin/ktImportText") (invoke (string-append (assoc-ref outputs "out") "/bin/ktImportText")
"ec.tsv")))))))) "ec.tsv")))))))
(inputs (inputs
`(("perl" ,perl))) `(("perl" ,perl)))
(home-page "https://github.com/marbl/Krona/wiki") (home-page "https://github.com/marbl/Krona/wiki")