gnu: git-repo: Unconditionally return #T from "check" phase.

* gnu/packages/android.scm (git-repo)[arguments]: Use INVOKE.
This commit is contained in:
Ricardo Wurmus 2019-01-24 20:45:00 +01:00
parent 50233d9570
commit 562a077683
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -759,7 +759,7 @@ (define-public git-repo
(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"))