gnu: git-repo: Unconditionally return #T from "check" phase.
authorRicardo Wurmus <rekado@elephly.net>
Thu, 24 Jan 2019 19:45:00 +0000 (20:45 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 24 Jan 2019 20:18:11 +0000 (21:18 +0100)
* gnu/packages/android.scm (git-repo)[arguments]: Use INVOKE.

gnu/packages/android.scm

index d5a60cb..17bf428 100644 (file)
@@ -759,7 +759,7 @@ def _FindRepo():
          (delete 'build) ; nothing to build
          (replace 'check
            (lambda _
-             (zero? (system* "python" "-m" "nose"))))
+             (invoke "python" "-m" "nose")))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))