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

* gnu/packages/android.scm (git-repo)[arguments]: Use INVOKE.
master
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
1 changed files with 1 additions and 1 deletions

View 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"))