gnu: cairomm: Remove input labels.

* gnu/packages/gtk.scm (cairomm)[native-inputs, inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-05 02:00:01 +02:00
parent 525f1013d1
commit e31ab8c248
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1590,15 +1590,15 @@ guile-gnome-platform (GNOME developer libraries), and guile-gtksourceview.")
(string-append out "/share/doc") (string-append out "/share/doc")
(string-append doc "/share/doc")))))))) (string-append doc "/share/doc"))))))))
(native-inputs (native-inputs
`(("boost" ,boost) (list boost
("dot" ,graphviz) doxygen
("doxygen" ,doxygen) graphviz
("mm-common" ,mm-common) mm-common
("perl" ,perl) perl
("pkg-config" ,pkg-config) pkg-config
("xsltproc" ,libxslt))) libxslt))
(inputs (inputs
`(("fontconfig" ,fontconfig))) (list fontconfig))
(propagated-inputs (propagated-inputs
(list libsigc++ cairo)) (list libsigc++ cairo))
(home-page "https://cairographics.org/") (home-page "https://cairographics.org/")