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 25d409b  gnu: emilua: Use a source file-name.
25d409b is described below

commit 25d409bfd7c35801805c5ddd74e6c61ea6ad1f70
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Feb 28 20:30:46 2021 +0200

    gnu: emilua: Use a source file-name.
    
    * gnu/packages/lua.scm (emilua)[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 5f9f859..7a9e80f 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -1121,6 +1121,7 @@ shell command executions.")
                   ;; these are dependencies unlikely to be "unbundled" in 
future
                   ;; releases.
                   (recursive? #t)))
+            (file-name (git-file-name name version))
             (sha256
              (base32
               "1d6k5v6x85fbvz2ijq1imnfdwvqmsav4xp021a5v3ah4mgy7yann"))))

Reply via email to