me
/
guix
Archived
1
0
Fork 0

gnu: java-lz4: Use invoke.

* gnu/packages/java.scm (java-lz4)[arguments]: Use invoke.
master
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
1 changed files with 2 additions and 1 deletions

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