me
/
guix
Archived
1
0
Fork 0

gnu: minetest: Don't use unstable tarball.

* gnu/packages/games.scm (minetest)[source]: Download from git
repository.
master
Efraim Flashner 2018-08-01 22:43:21 +03:00
parent 7217d33755
commit e8d8b485d0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 6 deletions

View File

@ -1612,14 +1612,14 @@ match, cannon keep, and grave-itation pit.")
(name "minetest") (name "minetest")
(version "0.4.17.1") (version "0.4.17.1")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/minetest/minetest/archive/" (url "https://github.com/minetest/minetest")
version ".tar.gz")) (commit version)))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0ngb3h6hw0zbsr6isjpyp4fach0g4nbn6bxxv9g354plac6d89fd")))) "19sfblgh9mchkgw32n7gdvm7a8a9jxsl9cdlgmxn9bk9m939a2sg"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags