gnu: font-open-dyslexic: Don't use unstable tarball.
* gnu/packages/fonts.scm (font-open-dyslexic)[source]: Download using git-fetch.
This commit is contained in:
parent
1e90e4b0d9
commit
c6abe90478
|
@ -1168,13 +1168,14 @@ resolutions.")
|
||||||
(version "20160623")
|
(version "20160623")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/antijingoist/open-dyslexic/"
|
(uri (git-reference
|
||||||
"archive/" version "-Stable.tar.gz"))
|
(url "https://github.com/antijingoist/open-dyslexic.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit (string-append version "-Stable"))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0al0j9kb32kfavcpq1kigsd36yzvf5yhzqhds0jkh7ngbxyxwkx4"))))
|
"0nr7s92nk1kbr459154idnib977ixc70z6g9mbra3lp73nyrmyvz"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(home-page "https://opendyslexic.org")
|
(home-page "https://opendyslexic.org")
|
||||||
(synopsis "Font for dyslexics and high readability")
|
(synopsis "Font for dyslexics and high readability")
|
||||||
|
|
Loading…
Reference in New Issue