Skip to content
Snippets Groups Projects
Unverified Commit b913d1ea authored by Danny Milosavljevic's avatar Danny Milosavljevic
Browse files

gnu: fastboot: Enable tests.

* gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
parent fff92439
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment