gnu: java-lz4: Use invoke.
* gnu/packages/java.scm (java-lz4)[arguments]: Use invoke.
This commit is contained in:
parent
ec32bc9860
commit
1b6bc51675
|
@ -7696,7 +7696,8 @@ by technical operatives or consultants working with enterprise platforms.")
|
||||||
(add-before 'configure 'generate-source
|
(add-before 'configure 'generate-source
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "src/build/source_templates"
|
(with-directory-excursion "src/build/source_templates"
|
||||||
(zero? (system* "mvel2" "../gen_sources.mvel" "../../java"))))))))
|
(invoke "mvel2" "../gen_sources.mvel" "../../java"))
|
||||||
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("mvel" ,java-mvel2)))
|
`(("mvel" ,java-mvel2)))
|
||||||
(home-page "https://jpountz.github.io/lz4-java")
|
(home-page "https://jpountz.github.io/lz4-java")
|
||||||
|
|
Loading…
Reference in New Issue