[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/27: gnu: dconf: Remove input labels.
From: |
guix-commits |
Subject: |
20/27: gnu: dconf: Remove input labels. |
Date: |
Thu, 11 Aug 2022 18:45:11 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 5d39e5fde351c47577f75bc3d4e6dfb30df01a1e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 8 23:41:38 2022 +0200
gnu: dconf: Remove input labels.
* gnu/packages/gnome.scm (dconf)[native-inputs]: Remove labels.
---
gnu/packages/gnome.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 737a02486b..d99a2a9b92 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4552,16 +4552,16 @@ and RDP protocols.")
(inputs
(list gtk+ dbus))
(native-inputs
- `(("bash-completion" ,bash-completion)
- ("libxslt" ,libxslt) ;for xsltproc
- ("libxml2" ,libxml2) ;for XML_CATALOG_FILES
- ("docbook-xml" ,docbook-xml-4.2)
- ("docbook-xsl" ,docbook-xsl)
- ("glib:bin" ,glib "bin")
- ("gtk-doc" ,gtk-doc/stable)
- ("pkg-config" ,pkg-config)
- ("python" ,python)
- ("vala" ,vala)))
+ (list bash-completion
+ libxslt ;for xsltproc
+ libxml2 ;for XML_CATALOG_FILES
+ docbook-xml-4.2
+ docbook-xsl
+ `(,glib "bin")
+ gtk-doc/stable
+ pkg-config
+ python
+ vala))
(arguments
`(#:glib-or-gtk? #t
#:configure-flags '("-Dgtk_doc=true")
- branch core-updates updated (f7e8be2318 -> 307dec8e2d), guix-commits, 2022/08/11
- 06/27: gnu: inkscape: Disable failing tests., guix-commits, 2022/08/11
- 12/27: gnu: fribidi: Update to 1.0.12., guix-commits, 2022/08/11
- 14/27: gnu: pango: Update to 1.50.8., guix-commits, 2022/08/11
- 09/27: gnu: inkscape: Remove input labels., guix-commits, 2022/08/11
- 15/27: gnu: graphviz: Remove input labels., guix-commits, 2022/08/11
- 17/27: gnu: vala: Remove 0.54.2., guix-commits, 2022/08/11
- 20/27: gnu: dconf: Remove input labels.,
guix-commits <=
- 03/27: gnu: Remove librsvg-bootstrap., guix-commits, 2022/08/11
- 10/27: gnu: lib2geom: Remove 1.1., guix-commits, 2022/08/11
- 23/27: gnu: libvisual-plugins: Remove input labels., guix-commits, 2022/08/11
- 24/27: gnu: Remove gnupg/fixed., guix-commits, 2022/08/11
- 01/27: Merge branch 'staging' into core-updates, guix-commits, 2022/08/11
- 02/27: gnu: librsvg: Update to 2.54.4., guix-commits, 2022/08/11
- 05/27: gnu: libsoup-minimal@2: Update to 2.72.4., guix-commits, 2022/08/11
- 04/27: gnu: libsoup-minimal: Update to 3.0.7., guix-commits, 2022/08/11
- 08/27: gnu: inkscape: Remove obsolete input., guix-commits, 2022/08/11
- 07/27: gnu: inkscape/stable: Update to 1.2.1., guix-commits, 2022/08/11