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.
This commit is contained in:
Christopher Baines 2023-07-17 09:05:03 +01:00
parent c0d3d494cd
commit 728ed83188
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577
3 changed files with 1 additions and 16 deletions

View file

@ -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")

View file

@ -1117,7 +1117,7 @@ (define (install-python-script name)
graphite2
gst-plugins-base
gtk+
harfbuzz-5
harfbuzz
hunspell
hyphen
libabw

View file

@ -3126,7 +3126,6 @@ (define-public qtwebengine
(inputs
(modify-inputs (package-inputs qtwebengine-5)
(replace "qtmultimedia" qtmultimedia)
(replace "harfbuzz" harfbuzz-5)
(append libxkbfile xkeyboard-config)))
(propagated-inputs
(modify-inputs (package-propagated-inputs qtwebengine-5)