mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ Python generated sources by ANTLR.")))
|
||||||
#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…
Add table
Add a link
Reference in a new issue