mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: pango: Remove input labels.
* gnu/packages/gtk.scm (pango)[propagated-inputs, native-inputs]: Remove labels.
This commit is contained in:
parent
dc5fc7d23f
commit
db216c2078
1 changed files with 17 additions and 17 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue