diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-23 23:08:58 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-27 17:53:48 +0200 |
commit | 1c526affa3edd89ebad94d23c9eb323f18af4fad (patch) | |
tree | 9ec9c962819c6241c04ada47b1b91eb6ec5f82d6 /gnu | |
parent | 32360107efd7417a756d54b47332c81e65d37482 (diff) |
gnu: Remove harfbuzz@4.
* gnu/packages/gtk.scm (harfbuzz-4): Remove variable.
(pango-1.90)[inputs]: Remove.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 9f65f29eb3..f12c697452 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -279,19 +279,6 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.") "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 @@ handling for GTK+-2.x.") #~(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 |