gnu: jamvm: Simplify snippet.
* gnu/packages/java.scm (jamvm)[source]: Simplify snippet.
This commit is contained in:
parent
a29360ade9
commit
f668edc468
1 changed files with 2 additions and 4 deletions
|
@ -765,11 +765,9 @@ machine.")))
|
||||||
(search-patches "jamvm-2.0.0-disable-branch-patching.patch"
|
(search-patches "jamvm-2.0.0-disable-branch-patching.patch"
|
||||||
"jamvm-2.0.0-opcode-guard.patch"
|
"jamvm-2.0.0-opcode-guard.patch"
|
||||||
"jamvm-2.0.0-aarch64-support.patch"))
|
"jamvm-2.0.0-aarch64-support.patch"))
|
||||||
|
;; Remove precompiled software.
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(delete-file "src/classlib/gnuclasspath/lib/classes.zip"))))
|
||||||
;; Remove precompiled software.
|
|
||||||
(delete-file "src/classlib/gnuclasspath/lib/classes.zip")
|
|
||||||
#t))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments jamvm-1-bootstrap)
|
(substitute-keyword-arguments (package-arguments jamvm-1-bootstrap)
|
||||||
|
|
Reference in a new issue