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
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(with-directory-excursion "data"
|
||||
(zero? (system* (string-append (assoc-ref outputs "out") "/bin/ktImportText")
|
||||
"ec.tsv"))))))))
|
||||
(invoke (string-append (assoc-ref outputs "out") "/bin/ktImportText")
|
||||
"ec.tsv")))))))
|
||||
(inputs
|
||||
`(("perl" ,perl)))
|
||||
(home-page "https://github.com/marbl/Krona/wiki")
|
||||
|
|
Loading…
Reference in New Issue