1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: java-brotli: Fix build.

* gnu/packages/compression.scm (java-brotli)[#:phases]: Add
‘drop-android-wrapper’.
This commit is contained in:
Liliana Marie Prikler
2026-03-05 18:44:38 +01:00
committed by Andreas Enge
parent 7f638c8ea1
commit bb8f1efc36

View File

@@ -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