Archived
1
0
Fork 0

gnu: lua-lgi: Don't use unstable tarball.

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

View file

@ -344,14 +344,14 @@ secure session between the peers.")
(version "0.9.2") (version "0.9.2")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/pavouk/lgi/archive/" (url "https://github.com/pavouk/lgi")
version ".tar.gz")) (commit version)))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0kwcaj3ahi9gxfyp0lr5zgr6vi1mgsg9sz0980x0nwxlh9a11i6g")))) "03rbydnj411xpjvwsyvhwy4plm96481d7jax544mvk7apd8sd5jj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:make-flags (list "CC=gcc" '(#:make-flags (list "CC=gcc"