me
/
guix
Archived
1
0
Fork 0

gnu: laby: Don't use unstable tarball.

* gnu/packages/games.scm (laby)[source]: Download using git-fetch.
master
Efraim Flashner 2019-11-19 23:01:09 +02:00
parent 8840971767
commit 6484b09141
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 5 deletions

View File

@ -3788,13 +3788,14 @@ Linux / Mac OS X servers, and an auto mapper with a VT100 map display.")
(name "laby")
(version "0.6.4")
(source
(origin (method url-fetch)
(uri (string-append
"https://github.com/sgimenez/laby/archive/"
"laby-" version ".tar.gz"))
(origin (method git-fetch)
(uri (git-reference
(url "https://github.com/sgimenez/laby.git")
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0gyrfa95l1qka7gbjf7l6mk7mbfvph00l0c995ia272qdw7rjhyf"))
"12fq9hhrxpzgfinmj9ra9ckss9yficwdlrmgjvvsq7agvh3sgyl1"))
(patches (search-patches "laby-make-install.patch"))))
(build-system gnu-build-system)
(inputs