Archived
1
0
Fork 0

gnu: ruby-yard: Don't use unstable tarball.

* gnu/packages/ruby.scm (ruby-yard)[source]: Download using git-fetch.
This commit is contained in:
Efraim Flashner 2019-12-30 16:20:38 +02:00
parent bb1e7ed066
commit f3fd70c00e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5753,14 +5753,15 @@ A modified copy of yajl is used, and included in the package.")
(version "0.9.16") (version "0.9.16")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
;; Tests do not pass if we build from the distributed gem. ;; Tests do not pass if we build from the distributed gem.
(uri (string-append "https://github.com/lsegal/yard/archive/v" (uri (git-reference
version ".tar.gz")) (url "https://github.com/lsegal/yard")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0sqpbayy9sb406jh0zqg6qha1xds863qz9531dh6vp58hc00clfq")))) "0a4r1pfs0ms4vlccsf1x2jckx35lqm8b8lh6rdjxqfr5fia5izpf"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
`(#:phases `(#:phases