mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: git-repo: Unconditionally return #T from "check" phase.
* gnu/packages/android.scm (git-repo)[arguments]: Use INVOKE.
This commit is contained in:
parent
50233d9570
commit
562a077683
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ (define-public git-repo
|
||||||
(delete 'build) ; nothing to build
|
(delete 'build) ; nothing to build
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "python" "-m" "nose"))))
|
(invoke "python" "-m" "nose")))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
|
Loading…
Reference in a new issue