guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: luajit-lua52-openresty: Use a source file-na


From: guix-commits
Subject: branch master updated: gnu: luajit-lua52-openresty: Use a source file-name.
Date: Wed, 24 Feb 2021 14:31:17 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 570c9c9  gnu: luajit-lua52-openresty: Use a source file-name.
570c9c9 is described below

commit 570c9c97bf64d9d0350044742aef403ad576b4ad
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 24 21:29:16 2021 +0200

    gnu: luajit-lua52-openresty: Use a source file-name.
    
    * gnu/packages/lua.scm (luajit-lua52-openresty)[source]: Add file-name
    field.
---
 gnu/packages/lua.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 81846af..c03eea3 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -168,6 +168,7 @@ language.")
        (uri (git-reference
              (url "https://github.com/openresty/luajit2.git";)
              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
         (base32 "07haj27kbpbnkv836c2nd36h2xislrmri52w0zbpxvl68xk6g96p"))))
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]