diff options
author | Christopher Baines <mail@cbaines.net> | 2023-07-17 09:05:03 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-07-17 09:05:03 +0100 |
commit | 728ed83188846453f1319ea425847da8200a55a9 (patch) | |
tree | fb2db4923381b928cd867037c1f2b54790f83e41 /gnu/packages/libreoffice.scm | |
parent | c0d3d494cd6420f2e58d42d566f2af54846bcf13 (diff) | |
download | guix-728ed83188846453f1319ea425847da8200a55a9.tar guix-728ed83188846453f1319ea425847da8200a55a9.tar.gz |
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.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 04279fff63..d06166e64a 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -1117,7 +1117,7 @@ commonly called @code{ftoa} or @code{dtoa}.") graphite2 gst-plugins-base gtk+ - harfbuzz-5 + harfbuzz hunspell hyphen libabw |