3
5
Fork 0
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:
Ricardo Wurmus 2018-02-27 21:00:24 +01:00
parent ec32bc9860
commit 1b6bc51675
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")