me
/
guix
Archived
1
0
Fork 0

gnu: emilua: Use a source file-name.

* gnu/packages/lua.scm (emilua)[source]: Add file-name field.
master
Efraim Flashner 2021-02-28 20:30:46 +02:00
parent 8e7ebd35cc
commit 25d409bfd7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -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"))))