1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: fastboot: Enable tests.

* gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
This commit is contained in:
Danny Milosavljevic
2018-05-10 02:41:20 +02:00
parent fff92439b2
commit b913d1eaf2

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)