mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: gtkmm: Remove input labels.
* gnu/packages/gtk.scm (gtkmm) [native-inputs]: Remove input labels. Change-Id: I7dad8ada8d32c25845877aba0fc68245ff001a7e
This commit is contained in:
parent
1b93d518be
commit
731667bfe7
1 changed files with 10 additions and 10 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue