gnu: ruby@2.7: Inherit source snippet from ruby@2.6.
This is a follow-up to 507472b036f8cdd3d1a88c401017d2e43620bc20. * gnu/packages/ruby.scm (ruby-2.7)[source]: Inherit fields from RUBY.
This commit is contained in:
		
							parent
							
								
									e65bcfda22
								
							
						
					
					
						commit
						4eb0a5146a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -157,7 +157,7 @@ a focus on simplicity and productivity.")
 | 
				
			||||||
    (version "2.7.4")
 | 
					    (version "2.7.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (inherit (package-source ruby))
 | 
				
			||||||
       (uri (string-append "https://cache.ruby-lang.org/pub/ruby/"
 | 
					       (uri (string-append "https://cache.ruby-lang.org/pub/ruby/"
 | 
				
			||||||
                           (version-major+minor version)
 | 
					                           (version-major+minor version)
 | 
				
			||||||
                           "/ruby-" version ".tar.gz"))
 | 
					                           "/ruby-" version ".tar.gz"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue