self: Build with Guile 2.2.4.
* guix/self.scm (guile-for-build): In the "2.2" case, choose GUILE-2.2.4.
This commit is contained in:
		
							parent
							
								
									8970a886e6
								
							
						
					
					
						commit
						084f64cb03
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -907,8 +907,10 @@ running Guile." | |||
|      (module-ref (resolve-interface '(gnu packages guile)) | ||||
|                  'guile-2.2.2)) | ||||
|     ("2.2" | ||||
|      ;; Use the latest version, which has fixes for | ||||
|      ;; <https://bugs.gnu.org/30602> and VM stack-marking issues. | ||||
|      (canonical-package (module-ref (resolve-interface '(gnu packages guile)) | ||||
|                                     'guile-2.2/fixed))) | ||||
|                                     'guile-2.2.4))) | ||||
|     ("2.0" | ||||
|      (module-ref (resolve-interface '(gnu packages guile)) | ||||
|                  'guile-2.0)))) | ||||
|  |  | |||
		Reference in a new issue