packages: Use 'guile-for-grafts' for grafting.
The call to 'guile-for-grafts' had been inadvertently replaced by a call
to 'default-guile' in commit 9e5812ac59.
Unfortunately Guile 3.0.7 still occasionally segfaults while grafting
so we still need 2.0 here.
* guix/packages.scm (package->derivation, package->cross-derivation):
Use 'guile-for-grafts' instead of 'default-guile'.
			
			
This commit is contained in:
		
							parent
							
								
									8e220c2332
								
							
						
					
					
						commit
						4bd69850df
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1770,7 +1770,7 @@ This is an internal procedure."
 | 
			
		|||
                         (return drv))
 | 
			
		||||
                        (grafts
 | 
			
		||||
                         (mlet %store-monad ((guile (package->derivation
 | 
			
		||||
                                                     (default-guile)
 | 
			
		||||
                                                     (guile-for-grafts)
 | 
			
		||||
                                                     system #:graft? #f)))
 | 
			
		||||
                           (graft-derivation* drv grafts
 | 
			
		||||
                                              #:system system
 | 
			
		||||
| 
						 | 
				
			
			@ -1793,7 +1793,7 @@ system identifying string)."
 | 
			
		|||
                         (return drv))
 | 
			
		||||
                        (grafts
 | 
			
		||||
                         (mlet %store-monad ((guile (package->derivation
 | 
			
		||||
                                                     (default-guile)
 | 
			
		||||
                                                     (guile-for-grafts)
 | 
			
		||||
                                                     system #:graft? #f)))
 | 
			
		||||
                           (graft-derivation* drv grafts
 | 
			
		||||
                                              #:system system
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue