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" | ||||
|                                "jamvm-2.0.0-opcode-guard.patch" | ||||
|                                "jamvm-2.0.0-aarch64-support.patch")) | ||||
|               (snippet | ||||
|                '(begin | ||||
|               ;; Remove precompiled software. | ||||
|                   (delete-file "src/classlib/gnuclasspath/lib/classes.zip") | ||||
|                   #t)))) | ||||
|               (snippet | ||||
|                '(delete-file "src/classlib/gnuclasspath/lib/classes.zip")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      (substitute-keyword-arguments (package-arguments jamvm-1-bootstrap) | ||||
|  |  | |||
		Reference in a new issue