diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index e1f1d6a87f..3af60e9658 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -2434,7 +2434,12 @@ The specification of the Brotli Compressed Data Format is defined in RFC 7932.") #:source-dir "java" ;; Tests are mixed in with java sources, the ant build system ;; doesn't allow that - #:tests? #f)) + #:tests? #f + #:phases (modify-phases %standard-phases + (add-after 'unpack 'drop-android-wrapper + (lambda _ + (delete-file-recursively + "java/org/brotli/wrapper/android")))))) (native-inputs (list java-junit)))) (define-public ucl