gnu: krona-tools: Use INVOKE.
* gnu/packages/web.scm (krona-tools)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
359375e649
commit
aa0771556e
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue