diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2020-01-06 14:29:37 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2020-01-06 14:29:37 +0200 |
| commit | b63785ec79b6d31d423e986000946e3883397eea (patch) | |
| tree | a344bf20a9d67a81287144101ff5d1cca014e810 /gnu/packages/lua.scm | |
| parent | f2dc5f5bb64b377566526c3b35d47a314aa7f848 (diff) | |
gnu: make-lua-sec: Don't use unstable tarball.
* gnu/packages/lua.scm (make-lua-sec)[source]: Download using git-fetch.
Diffstat (limited to 'gnu/packages/lua.scm')
| -rw-r--r-- | gnu/packages/lua.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index df040cb6a6c..cf1282f9690 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm | |||
| @@ -295,12 +295,14 @@ directory structure and file attributes.") | |||
| 295 | (name name) | 295 | (name name) |
| 296 | (version "0.7") | 296 | (version "0.7") |
| 297 | (source (origin | 297 | (source (origin |
| 298 | (method url-fetch) | 298 | (method git-fetch) |
| 299 | (uri (string-append "https://github.com/brunoos/luasec/archive/" | 299 | (uri (git-reference |
| 300 | "luasec-" version ".tar.gz")) | 300 | (url "https://github.com/brunoos/luasec") |
| 301 | (commit (string-append "luasec-" version)))) | ||
| 302 | (file-name (git-file-name name version)) | ||
| 301 | (sha256 | 303 | (sha256 |
| 302 | (base32 | 304 | (base32 |
| 303 | "0c9sdz3gvrsbvvdqzpnsappgwl40hfljlpfybqis6wia3mdyjxi1")))) | 305 | "1w2w030jn4lgbkmzp7j3znmj856vfj0ca8sn8r444r5zhmihd761")))) |
| 304 | (build-system gnu-build-system) | 306 | (build-system gnu-build-system) |
| 305 | (arguments | 307 | (arguments |
| 306 | `(#:make-flags | 308 | `(#:make-flags |
