mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: fastboot: Enable tests.
* gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
This commit is contained in:
parent
fff92439b2
commit
b913d1eaf2
1 changed files with 1 additions and 2 deletions
|
@ -612,8 +612,7 @@ (define-public fastboot
|
|||
(lib (string-append out "/lib"))
|
||||
(bin (string-append out "/bin")))
|
||||
(install-file "fastboot" bin)
|
||||
#t))))
|
||||
#:tests? #f)) ; Require network
|
||||
#t))))))
|
||||
(inputs
|
||||
`(("adb" ,adb)
|
||||
("android-safe-iop" ,android-safe-iop)
|
||||
|
|
Loading…
Reference in a new issue