mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -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 doc "/share/doc"))))))))
|
||||
(native-inputs
|
||||
`(("dot" ,graphviz)
|
||||
("doxygen" ,doxygen)
|
||||
("glib:bin" ,glib "bin")
|
||||
("m4" ,m4)
|
||||
("mm-common" ,mm-common)
|
||||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python)
|
||||
("xsltproc" ,libxslt)
|
||||
("xorg-server" ,xorg-server-for-tests)))
|
||||
(list graphviz
|
||||
doxygen
|
||||
`(,glib "bin")
|
||||
m4
|
||||
mm-common
|
||||
perl
|
||||
pkg-config
|
||||
python
|
||||
libxslt
|
||||
xorg-server-for-tests))
|
||||
(propagated-inputs
|
||||
(list cairomm glibmm gtk pangomm))
|
||||
(synopsis "C++ Interfaces for GTK+ and GNOME")
|
||||
|
|
Loading…
Reference in a new issue