guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: luajit: Add source file-name.


From: guix-commits
Subject: branch master updated: gnu: luajit: Add source file-name.
Date: Mon, 14 Nov 2022 07:54:40 -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 18b39f34b0 gnu: luajit: Add source file-name.
18b39f34b0 is described below

commit 18b39f34b08cbfdf20e13de9329427cdbe391712
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 14 14:53:54 2022 +0200

    gnu: luajit: Add source file-name.
    
    * gnu/packages/lua.scm (luajit)[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 d914228107..5fd1d66927 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -160,6 +160,7 @@ for configuration, scripting, and rapid prototyping.")
                 (uri (git-reference
                       (url "https://luajit.org/git/luajit.git";)
                       (commit commit)))
+                (file-name (git-file-name name version))
                 (sha256
                  (base32
                   "1a002yh8v1i1q9w09494q0b8vsbmw3amn9jgfs5qnz7ba54jij0q"))))



reply via email to

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