mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: java-commons-jexl-2: Use invoke.
* gnu/packages/java.scm (java-commons-jexl-2)[arguments]: Use invoke.
This commit is contained in:
parent
8c7d32e07c
commit
080d0b605a
1 changed files with 3 additions and 2 deletions
|
@ -7654,8 +7654,9 @@ (define-public java-commons-jexl-2
|
|||
(add-before 'build 'run-javacc
|
||||
(lambda _
|
||||
(with-directory-excursion "src/main/java/org/apache/commons/jexl2/parser/"
|
||||
(and (zero? (system* "java" "jjtree" "Parser.jjt"))
|
||||
(zero? (system* "java" "javacc" "Parser.jj")))))))))
|
||||
(invoke "java" "jjtree" "Parser.jjt")
|
||||
(invoke "java" "javacc" "Parser.jj"))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("java-commons-logging-minimal" ,java-commons-logging-minimal)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue