guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]