mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: python-editdistance: Use 'invoke'.
* gnu/packages/textutils.scm (python-editdistance)[arguments]: Use 'invoke' instead of 'system*'.
This commit is contained in:
parent
54335b59f0
commit
54d5b27e92
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ (define-public python-editdistance
|
|||
(lambda _
|
||||
(with-directory-excursion "editdistance"
|
||||
(delete-file "bycython.cpp")
|
||||
(zero? (system* "cython" "--cplus" "bycython.pyx"))))))))
|
||||
(invoke "cython" "--cplus" "bycython.pyx")))))))
|
||||
(native-inputs
|
||||
`(("python-cython" ,python-cython)))
|
||||
(home-page "https://www.github.com/aflc/editdistance")
|
||||
|
|
Loading…
Reference in a new issue