gnu: pango: Re-arrange inputs in alphabetical order.
* gnu/packages/gtk.scm (pango) [propagated-inputs]: Modify. [native-inputs]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
parent
4066392542
commit
feb246fbff
1 changed files with 17 additions and 18 deletions
|
@ -336,24 +336,23 @@ applications.")
|
||||||
(("\\[ 'test-itemize'.*") "")
|
(("\\[ 'test-itemize'.*") "")
|
||||||
(("\\[ 'test-layout'.*") ""))
|
(("\\[ 'test-layout'.*") ""))
|
||||||
#t)))))
|
#t)))))
|
||||||
(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)
|
`(("cairo" ,cairo)
|
||||||
("fribidi" ,fribidi)
|
("fontconfig" ,fontconfig)
|
||||||
("fontconfig" ,fontconfig)
|
("freetype" ,freetype)
|
||||||
("freetype" ,freetype)
|
("fribidi" ,fribidi)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("harfbuzz" ,harfbuzz)
|
("harfbuzz" ,harfbuzz)
|
||||||
|
;; 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" ,libxft)))
|
(inputs
|
||||||
(inputs
|
`(("zlib" ,zlib)))
|
||||||
`(("zlib" ,zlib)))
|
(native-inputs
|
||||||
(native-inputs
|
`(("glib" ,glib "bin") ; glib-mkenums, etc.
|
||||||
`(("pkg-config" ,pkg-config)
|
("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc.
|
||||||
("glib" ,glib "bin") ; glib-mkenums, etc.
|
("pkg-config" ,pkg-config)))
|
||||||
("gobject-introspection" ,gobject-introspection))) ; g-ir-compiler, etc.
|
|
||||||
(synopsis "GNOME text and font handling library")
|
(synopsis "GNOME text and font handling library")
|
||||||
(description
|
(description
|
||||||
"Pango is the core text and font handling library used in GNOME
|
"Pango is the core text and font handling library used in GNOME
|
||||||
|
|
Reference in a new issue