efraim pushed a commit to branch master in repository guix. commit 7b282105311342c85bfa7dc3f18a456d15129fa3 Author: Efraim Flashner <efr...@flashner.co.il> Date: Mon Jan 14 11:34:10 2019 +0200
gnu: python-django-filter: Use 'invoke'. * gnu/packages/django.scm (python-django-filter)[arguments]: Use 'invoke'. --- gnu/packages/django.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 63570bf..4d6f8cd 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -196,7 +196,7 @@ useful tools for testing Django applications and projects.") (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)