gnu: Chibi-Scheme: Do not use unstable tarball.

* gnu/packages/scheme.scm (chibi-scheme)[source]: Change to GIT-FETCH.
This commit is contained in:
Marius Bakke 2019-11-01 00:12:32 +01:00
parent cf822f4d92
commit c9b9ef0a19
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -591,14 +591,15 @@ (define-public chibi-scheme
(package
(name "chibi-scheme")
(version "0.8")
(home-page "https://github.com/ashinn/chibi-scheme")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/ashinn/chibi-scheme/archive/"
version ".tar.gz"))
(method git-fetch)
(uri (git-reference (url home-page) (commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0mi73543m1gap3bwvivq77vhqk7yn28v6g947h96q893n5cph1wa"))
(file-name (string-append "chibi-scheme-" version ".tar.gz"))))
(base32
"0269d5fhaz7nqjb41vh7yz63mp5s4z08fn4sspwc06z32xksigw9"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
@ -610,7 +611,6 @@ (define-public chibi-scheme
(list (string-append "PREFIX=" out)
(string-append "LDFLAGS=-Wl,-rpath=" out "/lib")))
#:test-target "test"))
(home-page "https://github.com/ashinn/chibi-scheme")
(synopsis "Small embeddable Scheme implementation")
(description
"Chibi-Scheme is a very small library with no external dependencies