diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2021-02-24 21:29:16 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2021-02-24 21:29:16 +0200 |
| commit | 570c9c97bf64d9d0350044742aef403ad576b4ad (patch) | |
| tree | 325d6f113eb421314af418a1e86bf3b19341f23b /gnu/packages/lua.scm | |
| parent | f3eecfd36cb537a1febc30eea1f6aa448203ba40 (diff) | |
gnu: luajit-lua52-openresty: Use a source file-name.
* gnu/packages/lua.scm (luajit-lua52-openresty)[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 81846afe82a..c03eea3c706 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm | |||
| @@ -168,6 +168,7 @@ language.") | |||
| 168 | (uri (git-reference | 168 | (uri (git-reference |
| 169 | (url "https://github.com/openresty/luajit2.git") | 169 | (url "https://github.com/openresty/luajit2.git") |
| 170 | (commit (string-append "v" version)))) | 170 | (commit (string-append "v" version)))) |
| 171 | (file-name (git-file-name name version)) | ||
| 171 | (sha256 | 172 | (sha256 |
| 172 | (base32 "07haj27kbpbnkv836c2nd36h2xislrmri52w0zbpxvl68xk6g96p")))) | 173 | (base32 "07haj27kbpbnkv836c2nd36h2xislrmri52w0zbpxvl68xk6g96p")))) |
| 173 | (arguments | 174 | (arguments |
