gnu: lua: Use invoke.
* gnu/packages/lua.scm (lua)[arguments]: Use invoke in the install phase.
This commit is contained in:
		
							parent
							
								
									c1fced68e2
								
							
						
					
					
						commit
						ffa95cf3ba
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -73,10 +73,10 @@
 | 
				
			||||||
         (replace 'install
 | 
					         (replace 'install
 | 
				
			||||||
           (lambda* (#:key outputs #:allow-other-keys)
 | 
					           (lambda* (#:key outputs #:allow-other-keys)
 | 
				
			||||||
             (let ((out (assoc-ref outputs "out")))
 | 
					             (let ((out (assoc-ref outputs "out")))
 | 
				
			||||||
               (zero? (system* "make" "install"
 | 
					               (invoke "make" "install"
 | 
				
			||||||
                       (string-append "INSTALL_TOP=" out)
 | 
					                       (string-append "INSTALL_TOP=" out)
 | 
				
			||||||
                       (string-append "INSTALL_MAN=" out
 | 
					                       (string-append "INSTALL_MAN=" out
 | 
				
			||||||
                                              "/share/man/man1")))))))))
 | 
					                                      "/share/man/man1"))))))))
 | 
				
			||||||
    (home-page "https://www.lua.org/")
 | 
					    (home-page "https://www.lua.org/")
 | 
				
			||||||
    (synopsis "Embeddable scripting language")
 | 
					    (synopsis "Embeddable scripting language")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue