guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-django-overextends: Use INVOKE.


From: guix-commits
Subject: 02/02: gnu: python-django-overextends: Use INVOKE.
Date: Tue, 26 Mar 2019 19:05:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dd2f0cdba13e291946637c5e5ef2fefd5027d88d
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 27 00:04:07 2019 +0100

    gnu: python-django-overextends: Use INVOKE.
    
    * gnu/packages/django.scm (python-django-overextends)[arguments]: Use 
INVOKE.
---
 gnu/packages/django.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 99eeb66..8ea9dca 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]