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:
parent
7e605983de
commit
22579628b1
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user