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 out "/share/doc")
(string-append doc "/share/doc")))))))) (string-append doc "/share/doc"))))))))
(native-inputs (native-inputs
`(("dot" ,graphviz) (list graphviz
("doxygen" ,doxygen) doxygen
("glib:bin" ,glib "bin") `(,glib "bin")
("m4" ,m4) m4
("mm-common" ,mm-common) mm-common
("perl" ,perl) perl
("pkg-config" ,pkg-config) pkg-config
("python" ,python) python
("xsltproc" ,libxslt) libxslt
("xorg-server" ,xorg-server-for-tests))) xorg-server-for-tests))
(propagated-inputs (propagated-inputs
(list cairomm glibmm gtk pangomm)) (list cairomm glibmm gtk pangomm))
(synopsis "C++ Interfaces for GTK+ and GNOME") (synopsis "C++ Interfaces for GTK+ and GNOME")