dannym pushed a commit to branch master
in repository guix.

commit b913d1eaf23bf7ed6de24b85dbe18ea129fd2e1d
Author: Danny Milosavljevic <[email protected]>
Date:   Thu May 10 02:41:20 2018 +0200

    gnu: fastboot: Enable tests.
    
    * gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
---
 gnu/packages/android.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 9a2a990..e9e13a6 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -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)

Reply via email to