Archived
1
0
Fork 0

gnu: make-lua-sec: Don't use unstable tarball.

* gnu/packages/lua.scm (make-lua-sec)[source]: Download using git-fetch.
This commit is contained in:
Efraim Flashner 2020-01-06 14:29:37 +02:00
parent f2dc5f5bb6
commit b63785ec79
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -295,12 +295,14 @@ directory structure and file attributes.")
(name name) (name name)
(version "0.7") (version "0.7")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/brunoos/luasec/archive/" (uri (git-reference
"luasec-" version ".tar.gz")) (url "https://github.com/brunoos/luasec")
(commit (string-append "luasec-" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0c9sdz3gvrsbvvdqzpnsappgwl40hfljlpfybqis6wia3mdyjxi1")))) "1w2w030jn4lgbkmzp7j3znmj856vfj0ca8sn8r444r5zhmihd761"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags