gnu: cairomm: Remove input labels.
* gnu/packages/gtk.scm (cairomm)[native-inputs, inputs]: Remove input labels.
This commit is contained in:
parent
525f1013d1
commit
e31ab8c248
@ -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/")
|
||||||
|
Loading…
Reference in New Issue
Block a user