me
/
guix
Archived
1
0
Fork 0

gnu: font-gnu-unifont: Update to 9.0.06.

* gnu/packages/fonts.scm (font-gnu-unifont): Update to 9.0.06.
master
Efraim Flashner 2016-12-25 05:04:20 +02:00
parent 3a2bcac6bd
commit c88bee0ace
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 5 additions and 5 deletions

View File

@ -605,7 +605,7 @@ languages, plus Greek and Cyrillic.")
(define-public font-gnu-unifont (define-public font-gnu-unifont
(package (package
(name "font-gnu-unifont") (name "font-gnu-unifont")
(version "9.0.02") (version "9.0.06")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -613,7 +613,7 @@ languages, plus Greek and Cyrillic.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1ss6cp2bs8mzz3jqjbmmi877jfdb1jjcd29dvyk3i8qy7r0d44qm")))) "0ybyraxi8pngibazfq4zlsqmg8kn5xlhvaiwnxb11znhfi61vi87"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" ; TrueType version (outputs '("out" ; TrueType version
"pcf" ; PCF (bitmap) version "pcf" ; PCF (bitmap) version
@ -625,9 +625,9 @@ languages, plus Greek and Cyrillic.")
#:tests? #f ; no check target #:tests? #f ; no check target
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(replace 'configure (replace
(lambda _ 'configure
(setenv "CC" "gcc"))) (lambda _ (setenv "CC" "gcc") #t))
(replace (replace
'install 'install
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)