me
/
guix
Archived
1
0
Fork 0

gnu: jamvm: Simplify snippet.

* gnu/packages/java.scm (jamvm)[source]: Simplify snippet.
master
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
1 changed files with 2 additions and 4 deletions

View File

@ -765,11 +765,9 @@ machine.")))
(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)