gnu: lua: Add older version 5.1.5.
* gnu/packages/lua.scm (lua-5.1): New variable.
This commit is contained in:
		
							parent
							
								
									7b29779561
								
							
						
					
					
						commit
						01d3f19b6b
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		| 
						 | 
					@ -67,6 +67,16 @@ automatic memory management with incremental garbage collection, making it ideal
 | 
				
			||||||
for configuration, scripting, and rapid prototyping.")
 | 
					for configuration, scripting, and rapid prototyping.")
 | 
				
			||||||
    (license x11)))
 | 
					    (license x11)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public lua-5.1
 | 
				
			||||||
 | 
					  (package (inherit lua)
 | 
				
			||||||
 | 
					    (version "5.1.5")
 | 
				
			||||||
 | 
					    (source (origin
 | 
				
			||||||
 | 
					             (method url-fetch)
 | 
				
			||||||
 | 
					             (uri (string-append "http://www.lua.org/ftp/lua-"
 | 
				
			||||||
 | 
					                                 version ".tar.gz"))
 | 
				
			||||||
 | 
					             (sha256
 | 
				
			||||||
 | 
					              (base32 "0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16"))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public luajit
 | 
					(define-public luajit
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "luajit")
 | 
					    (name "luajit")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue