Skip to content
Snippets Groups Projects
Unverified Commit b2447228 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: nototools: Don't use unstable tarball.

* gnu/packages/fontutils.scm (nototools)[source]: Download using
git-fetch.
parent 405b9ba0
No related branches found
No related tags found
No related merge requests found
...@@ -746,14 +746,14 @@ (define-public nototools ...@@ -746,14 +746,14 @@ (define-public nototools
(version "20170925") (version "20170925")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/googlei18n/nototools/" (uri (git-reference
"archive/v2017-09-25-tooling-for-phase3-" (url "https://github.com/googlei18n/nototools")
"update.tar.gz")) (commit "v2017-09-25-tooling-for-phase3-update")))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1pvacw18cm9l4sb66pqyjc7hc74xhhfxc7kd5ald8lixf4wzg0s8")))) "03nzvcvwmrhfrcjhg218q2f3hfrm3vlivp4rk19sc397kh3hisiz"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:python ,python-2)) `(#:python ,python-2))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment