gnu: Remove harfbuzz@4.

* gnu/packages/gtk.scm (harfbuzz-4): Remove variable.
(pango-1.90)[inputs]: Remove.
This commit is contained in:
Marius Bakke 2022-07-23 23:08:58 +02:00
parent 32360107ef
commit 1c526affa3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -279,19 +279,6 @@ (define-public harfbuzz
"See 'COPYING' in the distribution."))
(home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/")))
(define-public harfbuzz-4
(package
(inherit harfbuzz)
(version "4.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/harfbuzz/harfbuzz"
"/releases/download/" version
"/harfbuzz-" version ".tar.xz"))
(sha256
(base32
"0c5mzwgz43d37h75p4b6cgjg4v24jdd96i7gjpgxirn8qks2i5m4"))))))
(define-public libdatrie
(package
(name "libdatrie")
@ -458,9 +445,7 @@ (define-public pango-1.90
#~(begin
(substitute* "pango/pangocairo-font.c"
(("cairo_user_font_face_set_render_color_glyph_func")
"cairo_user_font_face_set_render_glyph_func"))))))
(inputs (modify-inputs (package-inputs pango)
(prepend harfbuzz-4)))))
"cairo_user_font_face_set_render_glyph_func"))))))))
(define-public pangox-compat
(package