gnu: python-django-overextends: Use INVOKE.

* gnu/packages/django.scm (python-django-overextends)[arguments]: Use INVOKE.
This commit is contained in:
Ricardo Wurmus 2019-03-27 00:04:07 +01:00
parent de6be02379
commit dd2f0cdba1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -577,8 +577,7 @@ entries, photos, book chapters, or anything else.")
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _
(zero? (system* "./test_project/manage.py" "test")))))))
(lambda _ (invoke "./test_project/manage.py" "test"))))))
(propagated-inputs
`(("python-django" ,python-django)))
(native-inputs