gnu: ecj-javac-wrapper-final: Use Guile 3.
* gnu/packages/java.scm (ecj-javac-wrapper-final)[native-inputs]: Replace guile-2.2 with guile-3.0.
This commit is contained in:
		
							parent
							
								
									9fa8a95a23
								
							
						
					
					
						commit
						e84a7f53e7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -778,7 +778,7 @@ machine."))) | |||
| (define ecj-javac-wrapper-final | ||||
|   (package (inherit ecj-javac-wrapper) | ||||
|     (native-inputs | ||||
|      `(("guile" ,guile-2.2) | ||||
|      `(("guile" ,guile-3.0) | ||||
|        ("ecj-bootstrap" ,ecj-bootstrap) | ||||
|        ("jamvm" ,jamvm) | ||||
|        ("classpath" ,classpath-devel))))) | ||||
|  |  | |||
		Reference in a new issue