~ruther/guix-local

080d0b605aa7cb0dc433d98b24a0bfeea63a2798 — Ricardo Wurmus 8 years ago 8c7d32e
gnu: java-commons-jexl-2: Use invoke.

* gnu/packages/java.scm (java-commons-jexl-2)[arguments]: Use invoke.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/java.scm
M gnu/packages/java.scm => gnu/packages/java.scm +3 -2
@@ 7654,8 7654,9 @@ configuration and string construction.")
         (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