dannym pushed a commit to branch master
in repository guix.

commit d3324a4b3b8f7b46adedfa06f9eb7132d0d240fa
Author: Danny Milosavljevic <[email protected]>
Date:   Thu May 10 01:35:33 2018 +0200

    gnu: android-ext4-utils: Don't disable tests.
    
    * gnu/packages/android.scm (android-ext4-utils): Don't disable 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 82f6f53..fe286c2 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -464,8 +464,7 @@ that is safe to use for user space.  It also includes
     (source (android-platform-system-extras version))
     (build-system android-ndk-build-system)
     (arguments
-     `(#:tests? #f ; TODO.
-       #:make-flags
+     `(#:make-flags
        (list (string-append "CPPFLAGS="
                             ;"-Wno-error "
                             "-I "

Reply via email to