gnu: Add jamvm.
* gnu/packages/java.scm (jamvm): New variable.
This commit is contained in:
		
							parent
							
								
									72885a4c8f
								
							
						
					
					
						commit
						8c6091e3a6
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		|  | @ -686,6 +686,13 @@ the standard javac executable.  The tool runs on JamVM instead of SableVM."))) | |||
|          ("libltdl" ,libltdl) | ||||
|          ("pkg-config" ,pkg-config)))))) | ||||
| 
 | ||||
| (define-public jamvm | ||||
|   (package (inherit jamvm-bootstrap) | ||||
|     (inputs | ||||
|      `(("classpath" ,classpath-devel) | ||||
|        ("ecj-javac-wrapper" ,ecj-javac-on-jamvm-wrapper) | ||||
|        ("zlib" ,zlib))))) | ||||
| 
 | ||||
| (define-public java-swt | ||||
|   (package | ||||
|     (name "java-swt") | ||||
|  |  | |||
		Reference in a new issue