gnu: antlr4: Fix build.

* gnu/packages/java.scm (antlr4)[arguments]: Don't refer to
nonexistent 'bin-install' phase.

Change-Id: I89e6a9ec5d1237bfb32c7793f9e9f4f6ad65fb1f
This commit is contained in:
宋文武 2024-06-19 14:55:10 +08:00 committed by Ludovic Courtès
parent 7e605983de
commit 22579628b1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -8822,7 +8822,7 @@ Python generated sources by ANTLR.")))
#t))
;; tests require to have a working antlr4 binary
(delete 'check)
(add-after 'bin-install 'check
(add-after 'install 'check
(lambda _
(invoke "ant" "compile-tests")
(invoke "ant" "check" "-Dtest.home=runtime-testsuite/test")