[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: gtkmm: Remove input labels.
From: |
guix-commits |
Subject: |
05/08: gnu: gtkmm: Remove input labels. |
Date: |
Wed, 21 Feb 2024 14:53:29 -0500 (EST) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit c39bd86d74fe9c8f8fbf97a1295daf2294439e10
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Feb 21 14:26:53 2024 -0500
gnu: gtkmm: Remove input labels.
* gnu/packages/gtk.scm (gtkmm) [native-inputs]: Remove input labels.
Change-Id: I7dad8ada8d32c25845877aba0fc68245ff001a7e
---
gnu/packages/gtk.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 883cc869b2..3812d23c86 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1834,16 +1834,16 @@ text rendering library.")
(string-append out "/share/doc")
(string-append doc "/share/doc"))))))))
(native-inputs
- `(("dot" ,graphviz)
- ("doxygen" ,doxygen)
- ("glib:bin" ,glib "bin")
- ("m4" ,m4)
- ("mm-common" ,mm-common)
- ("perl" ,perl)
- ("pkg-config" ,pkg-config)
- ("python" ,python)
- ("xsltproc" ,libxslt)
- ("xorg-server" ,xorg-server-for-tests)))
+ (list graphviz
+ doxygen
+ `(,glib "bin")
+ m4
+ mm-common
+ perl
+ pkg-config
+ python
+ libxslt
+ xorg-server-for-tests))
(propagated-inputs
(list cairomm glibmm gtk pangomm))
(synopsis "C++ Interfaces for GTK+ and GNOME")
- branch core-updates updated (f5a867765b -> d0273bf765), guix-commits, 2024/02/21
- 02/08: gnu: gtkmm-3: Update to 3.24.8., guix-commits, 2024/02/21
- 01/08: gnu: gtk+: Update to 3.24.41., guix-commits, 2024/02/21
- 08/08: gnu: perl-gtk3: Remove input labels., guix-commits, 2024/02/21
- 03/08: gnu: atkmm-2.28: Update to 2.28.3., guix-commits, 2024/02/21
- 07/08: gnu: girara: Remove input labels., guix-commits, 2024/02/21
- 04/08: gnu: atkmm: Remove input labels., guix-commits, 2024/02/21
- 05/08: gnu: gtkmm: Remove input labels.,
guix-commits <=
- 06/08: gnu: goocanvas: Remove input labels., guix-commits, 2024/02/21