From 728ed83188846453f1319ea425847da8200a55a9 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 17 Jul 2023 09:05:03 +0100 Subject: gnu: Remove harfbuzz-5. As this package definition is redundant, harfbuzz is version 5.3.1. * gnu/packages/gtk.scm (harfbuzz-5): Remove. * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Replace harfbuzz-5 with harfbuzz. * gnu/packages/qt.scm (qtwebengine)[inputs]: Remove redundant replace. --- gnu/packages/gtk.scm | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'gnu/packages/gtk.scm') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index ca41612e90..9621357b99 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -286,20 +286,6 @@ (define-public harfbuzz "See 'COPYING' in the distribution.")) (home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/"))) - -(define-public harfbuzz-5 - (package - (inherit harfbuzz) - (version "5.3.1") - (source (origin - (method url-fetch) - (uri (string-append "https://github.com/harfbuzz/harfbuzz" - "/releases/download/" version "/harfbuzz-" - version ".tar.xz")) - (sha256 - (base32 - "0ka3nkk2lks2lgakq02vyibwdziv11dkpa2brkx230asnyby0v2a")))))) - (define-public libdatrie (package (name "libdatrie") -- cgit v1.2.3