diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2021-02-28 20:30:46 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2021-02-28 20:30:46 +0200 |
| commit | 25d409bfd7c35801805c5ddd74e6c61ea6ad1f70 (patch) | |
| tree | 668e3a691fe6c669c7a23f31fe8e56f613bb02b6 /gnu/packages/lua.scm | |
| parent | 8e7ebd35cc6656b0ba659591a718e4e1883b5285 (diff) | |
gnu: emilua: Use a source file-name.
* gnu/packages/lua.scm (emilua)[source]: Add file-name field.
Diffstat (limited to 'gnu/packages/lua.scm')
| -rw-r--r-- | gnu/packages/lua.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 5f9f859e93d..7a9e80fca49 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm | |||
| @@ -1121,6 +1121,7 @@ shell command executions.") | |||
| 1121 | ;; these are dependencies unlikely to be "unbundled" in future | 1121 | ;; these are dependencies unlikely to be "unbundled" in future |
| 1122 | ;; releases. | 1122 | ;; releases. |
| 1123 | (recursive? #t))) | 1123 | (recursive? #t))) |
| 1124 | (file-name (git-file-name name version)) | ||
| 1124 | (sha256 | 1125 | (sha256 |
| 1125 | (base32 | 1126 | (base32 |
| 1126 | "1d6k5v6x85fbvz2ijq1imnfdwvqmsav4xp021a5v3ah4mgy7yann")))) | 1127 | "1d6k5v6x85fbvz2ijq1imnfdwvqmsav4xp021a5v3ah4mgy7yann")))) |
