mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: java-lz4: Use invoke.
* gnu/packages/java.scm (java-lz4)[arguments]: Use invoke.
This commit is contained in:
parent
ec32bc9860
commit
1b6bc51675
1 changed files with 2 additions and 1 deletions
|
@ -7696,7 +7696,8 @@ by technical operatives or consultants working with enterprise platforms.")
|
|||
(add-before 'configure 'generate-source
|
||||
(lambda _
|
||||
(with-directory-excursion "src/build/source_templates"
|
||||
(zero? (system* "mvel2" "../gen_sources.mvel" "../../java"))))))))
|
||||
(invoke "mvel2" "../gen_sources.mvel" "../../java"))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("mvel" ,java-mvel2)))
|
||||
(home-page "https://jpountz.github.io/lz4-java")
|
||||
|
|
Loading…
Reference in a new issue