[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: gdk-pixbuf: Remove input labels.
From: |
guix-commits |
Subject: |
06/08: gnu: gdk-pixbuf: Remove input labels. |
Date: |
Wed, 27 Jul 2022 12:24:00 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 3a11043d57b976e9fe73e5d2dca587dfcdabace3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jul 25 03:16:22 2022 +0200
gnu: gdk-pixbuf: Remove input labels.
* gnu/packages/gtk.scm (gdk-pixbuf)[native-inputs]: Remove labels. Bring
documentation inputs closer together.
---
gnu/packages/gtk.scm | 20 +++++++++++---------
1 file 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.
- branch core-updates updated (f7815e76b0 -> 8a2b5f3f58), guix-commits, 2022/07/27
- 04/08: gnu: gdk-pixbuf: Propagate private dependencies., guix-commits, 2022/07/27
- 05/08: gnu: gdk-pixbuf: Use search path instead of patching docbook schema location., guix-commits, 2022/07/27
- 03/08: gnu: Remove harfbuzz@4., guix-commits, 2022/07/27
- 08/08: gnu: GCC: Fix union optimization issue., guix-commits, 2022/07/27
- 07/08: gnu: OpenLDAP: Update to 2.6.3., guix-commits, 2022/07/27
- 01/08: Merge branch 'staging' into core-updates, guix-commits, 2022/07/27
- 06/08: gnu: gdk-pixbuf: Remove input labels.,
guix-commits <=
- 02/08: gnu: harfbuzz: Update to 5.0.1., guix-commits, 2022/07/27