gnu: jamvm: Simplify snippet.

* gnu/packages/java.scm (jamvm)[source]: Simplify snippet.
This commit is contained in:
Ricardo Wurmus 2021-12-17 17:23:55 +01:00
parent a29360ade9
commit f668edc468
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -765,11 +765,9 @@ (define jamvm
(search-patches "jamvm-2.0.0-disable-branch-patching.patch"
"jamvm-2.0.0-opcode-guard.patch"
"jamvm-2.0.0-aarch64-support.patch"))
;; Remove precompiled software.
(snippet
'(begin
;; Remove precompiled software.
(delete-file "src/classlib/gnuclasspath/lib/classes.zip")
#t))))
'(delete-file "src/classlib/gnuclasspath/lib/classes.zip"))))
(build-system gnu-build-system)
(arguments
(substitute-keyword-arguments (package-arguments jamvm-1-bootstrap)