summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/compression.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index e1f1d6a87fd..3af60e9658d 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