mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -8822,7 +8822,7 @@ (define-public antlr4
|
||||||
#t))
|
#t))
|
||||||
;; tests require to have a working antlr4 binary
|
;; tests require to have a working antlr4 binary
|
||||||
(delete 'check)
|
(delete 'check)
|
||||||
(add-after 'bin-install 'check
|
(add-after 'install 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "ant" "compile-tests")
|
(invoke "ant" "compile-tests")
|
||||||
(invoke "ant" "check" "-Dtest.home=runtime-testsuite/test")
|
(invoke "ant" "check" "-Dtest.home=runtime-testsuite/test")
|
||||||
|
|
Loading…
Reference in a new issue