gnu: fastboot: Enable tests.

* gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
master
Danny Milosavljevic 2018-05-10 02:41:20 +02:00
parent fff92439b2
commit b913d1eaf2
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 2 deletions

View File

@ -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)