gnu: gdk-pixbuf: Remove input labels.

* gnu/packages/gtk.scm (gdk-pixbuf)[native-inputs]: Remove labels.  Bring
documentation inputs closer together.
This commit is contained in:
Marius Bakke 2022-07-25 03:16:22 +02:00
parent e220ad684f
commit 3a11043d57
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -669,15 +669,17 @@ highlighting and other features typical of a source code editor.")
(list bash-minimal) ;for glib-or-gtk-wrap (list bash-minimal) ;for glib-or-gtk-wrap
'())) '()))
(native-inputs (native-inputs
`(("docbook-xml" ,docbook-xml-4.3) (list gettext-minimal
("docbook-xsl" ,docbook-xsl) `(,glib "bin") ;glib-mkenums, etc.
("gettext" ,gettext-minimal) gobject-introspection ;g-ir-compiler, etc.
("glib" ,glib "bin") ; glib-mkenums, etc. perl
("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc. pkg-config
("libxml2" ,libxml2) ;for XML_CATALOG_FILES
("perl" ,perl) ;; For the documentation.
("pkg-config" ,pkg-config) docbook-xml-4.3
("xsltproc" ,libxslt))) docbook-xsl
libxml2 ;for XML_CATALOG_FILES
libxslt)) ;for xsltproc
(native-search-paths (native-search-paths
;; This file is produced by the gdk-pixbuf-loaders-cache-file ;; This file is produced by the gdk-pixbuf-loaders-cache-file
;; profile hook. ;; profile hook.