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
|
@ -644,7 +644,7 @@ source code.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "editdistance"
|
(with-directory-excursion "editdistance"
|
||||||
(delete-file "bycython.cpp")
|
(delete-file "bycython.cpp")
|
||||||
(zero? (system* "cython" "--cplus" "bycython.pyx"))))))))
|
(invoke "cython" "--cplus" "bycython.pyx")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)))
|
`(("python-cython" ,python-cython)))
|
||||||
(home-page "https://www.github.com/aflc/editdistance")
|
(home-page "https://www.github.com/aflc/editdistance")
|
||||||
|
|
Loading…
Reference in New Issue