diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-25 03:16:22 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-27 17:53:48 +0200 |
commit | 3a11043d57b976e9fe73e5d2dca587dfcdabace3 (patch) | |
tree | 121c00ce0715f5bb127450c3cc19822200ab4353 /gnu | |
parent | e220ad684f4fee5b0f9839d35603129d58791455 (diff) |
gnu: gdk-pixbuf: Remove input labels.
* gnu/packages/gtk.scm (gdk-pixbuf)[native-inputs]: Remove labels. Bring
documentation inputs closer together.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 53353dfab1..18531ec5f7 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -669,15 +669,17 @@ highlighting and other features typical of a source code editor.") (list bash-minimal) ;for glib-or-gtk-wrap '())) (native-inputs - `(("docbook-xml" ,docbook-xml-4.3) - ("docbook-xsl" ,docbook-xsl) - ("gettext" ,gettext-minimal) - ("glib" ,glib "bin") ; glib-mkenums, etc. - ("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc. - ("libxml2" ,libxml2) ;for XML_CATALOG_FILES - ("perl" ,perl) - ("pkg-config" ,pkg-config) - ("xsltproc" ,libxslt))) + (list gettext-minimal + `(,glib "bin") ;glib-mkenums, etc. + gobject-introspection ;g-ir-compiler, etc. + perl + pkg-config + + ;; For the documentation. + docbook-xml-4.3 + docbook-xsl + libxml2 ;for XML_CATALOG_FILES + libxslt)) ;for xsltproc (native-search-paths ;; This file is produced by the gdk-pixbuf-loaders-cache-file ;; profile hook. |