gnu: gtkmm: Remove input labels.

* gnu/packages/gtk.scm (gtkmm) [native-inputs]: Remove input labels.

Change-Id: I7dad8ada8d32c25845877aba0fc68245ff001a7e
This commit is contained in:
Maxim Cournoyer 2024-02-21 14:26:53 -05:00 committed by Ludovic Courtès
parent 1b93d518be
commit 731667bfe7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1907,16 +1907,16 @@ (define-public gtkmm
(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")