mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-django-filter: Use 'invoke'.
* gnu/packages/django.scm (python-django-filter)[arguments]: Use 'invoke'.
This commit is contained in:
parent
8e21fa0bd3
commit
7b28210531
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ (define-public python-django-filter
|
|||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(zero? (system* "python" "runtests.py")))))))
|
||||
(invoke "python" "runtests.py"))))))
|
||||
(native-inputs
|
||||
`(("python-django" ,python-django)
|
||||
("python-djangorestframework" ,python-djangorestframework)
|
||||
|
|
Loading…
Reference in a new issue