Archived
1
0
Fork 0

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:
Raghav Gururajan 2021-03-11 10:17:09 -05:00
parent 4066392542
commit feb246fbff
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

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