mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: android-f2fs-utils: Don't disable tests.
* gnu/packages/android.scm (android-f2fs-utils): Don't disable tests.
This commit is contained in:
parent
d3324a4b3b
commit
9e8f0ff2a9
1 changed files with 1 additions and 2 deletions
|
@ -516,8 +516,7 @@ (define-public android-f2fs-utils
|
|||
(source (android-platform-system-extras version))
|
||||
(build-system android-ndk-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; TODO.
|
||||
#:phases
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'enter-source
|
||||
(lambda _ (chdir "f2fs_utils") #t))
|
||||
|
|
Loading…
Reference in a new issue