gnu: atkmm: Remove input labels.

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

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

View file

@ -1813,7 +1813,7 @@ (define-public atkmm
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:configure-flags
(list
"-Dbuild-documentation=true")
@ -1828,14 +1828,14 @@ (define-public atkmm
(string-append out "/share/doc")
(string-append doc "/share/doc"))))))))
(native-inputs
`(("dot" ,graphviz)
("doxygen" ,doxygen)
("m4" ,m4)
("mm-common" ,mm-common)
("perl" ,perl)
("pkg-config" ,pkg-config)
("python" ,python)
("xsltproc" ,libxslt)))
(list graphviz
doxygen
m4
mm-common
perl
pkg-config
python
libxslt))
(propagated-inputs
(list glibmm at-spi2-core))
(synopsis "C++ bindings for ATK")