gnu: pango: Remove input labels.

* gnu/packages/gtk.scm (pango)[propagated-inputs, native-inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2022-06-28 00:25:27 +02:00
parent dc5fc7d23f
commit db216c2078
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -370,26 +370,26 @@ (define-public pango
(("\\[ 'test-harfbuzz'.*") ""))))))) (("\\[ 'test-harfbuzz'.*") "")))))))
(propagated-inputs (propagated-inputs
;; These are all in Requires or Requires.private of the '.pc' files. ;; These are all in Requires or Requires.private of the '.pc' files.
`(("cairo" ,cairo) (list cairo
("fontconfig" ,fontconfig) fontconfig
("freetype" ,freetype) freetype
("fribidi" ,fribidi) fribidi
("glib" ,glib) glib
("harfbuzz" ,harfbuzz) harfbuzz
("libthai" ,libthai) libthai
;; Some packages, such as Openbox, expect Pango to be built with the ;; Some packages, such as Openbox, expect Pango to be built with the
;; optional libxft support. ;; optional libxft support.
("libxft" ,libxft) libxft
("libxrender" ,libxrender))) libxrender))
(inputs (inputs
(list bash-minimal zlib)) (list bash-minimal zlib))
(native-inputs (native-inputs
`(("glib" ,glib "bin") ; glib-mkenums, etc. (list `(,glib "bin") ;glib-mkenums, etc.
("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc. gobject-introspection ;g-ir-compiler, etc.
("help2man" ,help2man) help2man
("perl" ,perl) perl
("pkg-config" ,pkg-config) pkg-config
("python" ,python-wrapper))) python-wrapper))
(synopsis "Text and font handling library") (synopsis "Text and font handling library")
(description "Pango is a library for laying out and rendering of text, with (description "Pango is a library for laying out and rendering of text, with
an emphasis on internationalization. Pango can be used anywhere that text an emphasis on internationalization. Pango can be used anywhere that text