gnu: fastboot: Enable tests.
* gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
This commit is contained in:
parent
fff92439b2
commit
b913d1eaf2
|
@ -612,8 +612,7 @@ Android core.")
|
|||
(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 New Issue